Color Hex Logo

#b88dca Color Hex

#B88DCA
(184,141,202)
0 Favorites   0 Comments

Color spaces of #b88dca

RGB 184141202
HSL0.780.370.67
HSV282°30°79°
CMYK 0.090.300.00   0.21
XYZ39.952733.504460.2384
Yxy33.50440.29880.2506
Hunter Lab57.883021.9112-21.1846
CIE-Lab64.567327.2740-25.2763

#b88dca color RGB value is (184,141,202).

#b88dca hex color red value is 184, green value is 141 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b88dca hue: 0.78 , saturation: 0.37 and the lightness value of b88dca is 0.67.

The process color (four color CMYK) of #b88dca color hex is 0.09, 0.30, 0.00, 0.21. Web safe color of #b88dca is #cc99cc. Color #b88dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001101 11001010
Octal 270 215 312
Decimal 184 141 202
Hex B8 8D CA

RGB Percentages of Color #b88dca

%34.91
%26.76
%38.33

CMYK Percentages of Color #b88dca

%9
%30
%0
%21

Triadic Colors of #b88dca

#b88dca #cab88d #8dcab8

Analogous Colors of #b88dca

#b88dca #ca8dbe #9a8dca

Monochromatic Colors of #b88dca

#b88dca

Complementary Color

#b88dca #9fca8d

#b88dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88dca Color CSS Codes

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

#b88dca Text Font Color

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

This sample text font color is #b88dca
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.


#b88dca Background Color

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

This div background color is #b88dca


#b88dca Border Color

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

This div border color is #b88dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,141,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b88dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b88dca;
  -webkit-box-shadow: 1px 1px 3px 2px #b88dca;
  box-shadow:         1px 1px 3px 2px #b88dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,141,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88dca


Comments

No comments written yet.

Please login to write comment.