Color Hex Logo

#bcacea Color Hex

#BCACEA
(188,172,234)
0 Favorites   0 Comments

Color spaces of #bcacea

RGB 188172234
HSL0.710.600.80
HSV255°26°92°
CMYK 0.200.260.00   0.08
XYZ50.342846.136984.0939
Yxy46.13690.27880.2555
Hunter Lab67.924113.4302-25.8574
CIE-Lab73.634318.1930-28.9562

#bcacea color RGB value is (188,172,234).

#bcacea hex color red value is 188, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcacea hue: 0.71 , saturation: 0.60 and the lightness value of bcacea is 0.80.

The process color (four color CMYK) of #bcacea color hex is 0.20, 0.26, 0.00, 0.08. Web safe color of #bcacea is #cc99ff. Color #bcacea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 11101010
Octal 274 254 352
Decimal 188 172 234
Hex BC AC EA

RGB Percentages of Color #bcacea

%31.65
%28.96
%39.39

CMYK Percentages of Color #bcacea

%20
%26
%0
%8

Triadic Colors of #bcacea

#bcacea #eabcac #aceabc

Analogous Colors of #bcacea

#bcacea #dbacea #acbbea

Monochromatic Colors of #bcacea

#bcacea

Complementary Color

#bcacea #daeaac

#bcacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacea Color CSS Codes

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

#bcacea Text Font Color

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

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


#bcacea Background Color

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

This div background color is #bcacea


#bcacea Border Color

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

This div border color is #bcacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacea


Comments

No comments written yet.

Please login to write comment.