color codes Logo

#b48ace color codes

#B48ACE
(180,138,206)
0 Favorites   0 Comments

Color spaces of #b48ace

RGB 180138206
HSL0.770.410.67
HSV277°33°81°
CMYK 0.130.330.00   0.19
XYZ39.051432.336562.5758
Yxy32.33650.29150.2414
Hunter Lab56.865223.0684-25.4385
CIE-Lab63.620028.5189-29.0062

#b48ace color RGB value is (180,138,206).

#b48ace hex color red value is 180, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b48ace hue: 0.77 , saturation: 0.41 and the lightness value of b48ace is 0.67.

The process color (four color CMYK) of #b48ace color code is 0.13, 0.33, 0.00, 0.19. Web safe color of #b48ace is #cc99cc. Color #b48ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11001110
Octal 264 212 316
Decimal 180 138 206
Hex B4 8A CE

RGB Percentages of Color #b48ace

%34.35
%26.34
%39.31

CMYK Percentages of Color #b48ace

%13
%33
%0
%19

Triadic Colors of #b48ace

#b48ace #ceb48a #8aceb4

Analogous Colors of #b48ace

#b48ace #ce8ac6 #928ace

Monochromatic Colors of #b48ace

#b48ace

Complementary Color

#b48ace #a4ce8a

#b48ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ace Color CSS Codes

.mybgcolor {background-color:#b48ace; } 
.myforecolor {color:#b48ace; }
.mybordercolor {border:3px solid #b48ace; }

#b48ace Text Font Color

<p style="color:#b48ace">Text here</p>

This sample text font color is #b48ace
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b48ace Background Color

<div style="background-color:#b48ace">
Div content here</div>

This div background color is #b48ace


#b48ace Border Color

<div style="border:3px solid #b48ace">
Div here</div>

This div border color is #b48ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,138,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b48ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b48ace;
  -webkit-box-shadow: 1px 1px 3px 2px #b48ace;
  box-shadow:         1px 1px 3px 2px #b48ace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,138,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b48ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b48ace;
  -webkit-box-shadow: 1px 1px 3px 2px #b48ace;
  box-shadow:         1px 1px 3px 2px #b48ace;">
Div content here</div>

This div box has shadow with color #b48ace


Comments

No comments written yet.

Please login to write comment.