Color Hex Logo

#cb8ead Color Hex

#CB8EAD
(203,142,173)
0 Favorites   0 Comments

Color spaces of #cb8ead

RGB 203142173
HSL0.920.370.68
HSV330°30°80°
CMYK 0.000.300.15   0.20
XYZ41.844435.059644.0969
Yxy35.05960.34580.2897
Hunter Lab59.211122.5261-2.7078
CIE-Lab65.795027.8023-6.9460

#cb8ead color RGB value is (203,142,173).

#cb8ead hex color red value is 203, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cb8ead hue: 0.92 , saturation: 0.37 and the lightness value of cb8ead is 0.68.

The process color (four color CMYK) of #cb8ead color hex is 0.00, 0.30, 0.15, 0.20. Web safe color of #cb8ead is #cc9999. Color #cb8ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001110 10101101
Octal 313 216 255
Decimal 203 142 173
Hex CB 8E AD

RGB Percentages of Color #cb8ead

%39.19
%27.41
%33.40

CMYK Percentages of Color #cb8ead

%0
%30
%15
%20

Triadic Colors of #cb8ead

#cb8ead #adcb8e #8eadcb

Analogous Colors of #cb8ead

#cb8ead #cb8e8f #cb8ecb

Monochromatic Colors of #cb8ead

#cb8ead

Complementary Color

#cb8ead #8ecbac

#cb8ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8ead Color CSS Codes

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

#cb8ead Text Font Color

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

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


#cb8ead Background Color

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

This div background color is #cb8ead


#cb8ead Border Color

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

This div border color is #cb8ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8ead


Comments

No comments written yet.

Please login to write comment.