Color Hex Logo

#cbc4e0 Color Hex

#CBC4E0
(203,196,224)
0 Favorites   0 Comments

Color spaces of #cbc4e0

RGB 203196224
HSL0.710.310.82
HSV255°13°88°
CMYK 0.090.130.00   0.12
XYZ57.823157.558278.5832
Yxy57.55820.29810.2967
Hunter Lab75.86713.2786-8.3056
CIE-Lab80.49257.7506-13.0325

#cbc4e0 color RGB value is (203,196,224).

#cbc4e0 hex color red value is 203, green value is 196 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cbc4e0 hue: 0.71 , saturation: 0.31 and the lightness value of cbc4e0 is 0.82.

The process color (four color CMYK) of #cbc4e0 color hex is 0.09, 0.13, 0.00, 0.12. Web safe color of #cbc4e0 is #cccccc. Color #cbc4e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 11100000
Octal 313 304 340
Decimal 203 196 224
Hex CB C4 E0

RGB Percentages of Color #cbc4e0

%32.58
%31.46
%35.96

CMYK Percentages of Color #cbc4e0

%9
%13
%0
%12

Triadic Colors of #cbc4e0

#cbc4e0 #e0cbc4 #c4e0cb

Analogous Colors of #cbc4e0

#cbc4e0 #d9c4e0 #c4cbe0

Monochromatic Colors of #cbc4e0

#cbc4e0

Complementary Color

#cbc4e0 #d9e0c4

#cbc4e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc4e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc4e0 Color CSS Codes

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

#cbc4e0 Text Font Color

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

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


#cbc4e0 Background Color

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

This div background color is #cbc4e0


#cbc4e0 Border Color

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

This div border color is #cbc4e0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,196,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbc4e0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbc4e0;
  -webkit-box-shadow: 1px 1px 3px 2px #cbc4e0;
  box-shadow:         1px 1px 3px 2px #cbc4e0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,196,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc4e0


Comments

No comments written yet.

Please login to write comment.