Color Hex Logo

#b88cca Color Hex

#B88CCA
(184,140,202)
0 Favorites   0 Comments

Color spaces of #b88cca

RGB 184140202
HSL0.780.370.67
HSV283°31°79°
CMYK 0.090.310.00   0.21
XYZ39.805933.210860.1894
Yxy33.21080.29880.2493
Hunter Lab57.628822.4447-21.5842
CIE-Lab64.331227.8320-25.6387

#b88cca color RGB value is (184,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001100 11001010
Octal 270 214 312
Decimal 184 140 202
Hex B8 8C CA

RGB Percentages of Color #b88cca

%34.98
%26.62
%38.40

CMYK Percentages of Color #b88cca

%9
%31
%0
%21

Triadic Colors of #b88cca

#b88cca #cab88c #8ccab8

Analogous Colors of #b88cca

#b88cca #ca8cbd #998cca

Monochromatic Colors of #b88cca

#b88cca

Complementary Color

#b88cca #9eca8c

#b88cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88cca Color CSS Codes

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

#b88cca Text Font Color

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

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


#b88cca Background Color

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

This div background color is #b88cca


#b88cca Border Color

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

This div border color is #b88cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,140,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 #b88cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88cca


Comments

No comments written yet.

Please login to write comment.