Color Hex Logo

#cb8ccc Color Hex

#CB8CCC
(203,140,204)
0 Favorites   0 Comments

Color spaces of #cb8ccc

RGB 203140204
HSL0.830.390.67
HSV299°31°80°
CMYK 0.000.310.00   0.20
XYZ44.905835.812361.6724
Yxy35.81230.31540.2515
Hunter Lab59.843429.2185-19.2117
CIE-Lab66.376334.3557-23.4500

#cb8ccc color RGB value is (203,140,204).

#cb8ccc hex color red value is 203, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cb8ccc hue: 0.83 , saturation: 0.39 and the lightness value of cb8ccc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001100 11001100
Octal 313 214 314
Decimal 203 140 204
Hex CB 8C CC

RGB Percentages of Color #cb8ccc

%37.11
%25.59
%37.29

CMYK Percentages of Color #cb8ccc

%0
%31
%0
%20

Triadic Colors of #cb8ccc

#cb8ccc #cccb8c #8ccccb

Analogous Colors of #cb8ccc

#cb8ccc #cc8cad #ab8ccc

Monochromatic Colors of #cb8ccc

#cb8ccc

Complementary Color

#cb8ccc #8dcc8c

#cb8ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8ccc Color CSS Codes

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

#cb8ccc Text Font Color

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

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


#cb8ccc Background Color

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

This div background color is #cb8ccc


#cb8ccc Border Color

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

This div border color is #cb8ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8ccc


Comments

No comments written yet.

Please login to write comment.