Color Hex Logo

#bcabe9 Color Hex

#BCABE9
(188,171,233)
0 Favorites   0 Comments

Color spaces of #bcabe9

RGB 188171233
HSL0.710.580.79
HSV256°27°91°
CMYK 0.190.270.00   0.09
XYZ50.009945.700483.2760
Yxy45.70040.27940.2553
Hunter Lab67.602113.7451-25.7153
CIE-Lab73.350718.5216-28.8483

#bcabe9 color RGB value is (188,171,233).

#bcabe9 hex color red value is 188, green value is 171 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bcabe9 hue: 0.71 , saturation: 0.58 and the lightness value of bcabe9 is 0.79.

The process color (four color CMYK) of #bcabe9 color hex is 0.19, 0.27, 0.00, 0.09. Web safe color of #bcabe9 is #cc99ff. Color #bcabe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11101001
Octal 274 253 351
Decimal 188 171 233
Hex BC AB E9

RGB Percentages of Color #bcabe9

%31.76
%28.89
%39.36

CMYK Percentages of Color #bcabe9

%19
%27
%0
%9

Triadic Colors of #bcabe9

#bcabe9 #e9bcab #abe9bc

Analogous Colors of #bcabe9

#bcabe9 #dbabe9 #abb9e9

Monochromatic Colors of #bcabe9

#bcabe9

Complementary Color

#bcabe9 #d8e9ab

#bcabe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabe9 Color CSS Codes

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

#bcabe9 Text Font Color

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

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


#bcabe9 Background Color

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

This div background color is #bcabe9


#bcabe9 Border Color

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

This div border color is #bcabe9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,171,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcabe9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcabe9;
  -webkit-box-shadow: 1px 1px 3px 2px #bcabe9;
  box-shadow:         1px 1px 3px 2px #bcabe9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,171,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabe9


Comments

No comments written yet.

Please login to write comment.