Color Hex Logo

#cb8dae Color Hex

#CB8DAE
(203,141,174)
0 Favorites   0 Comments

Color spaces of #cb8dae

RGB 203141174
HSL0.910.370.67
HSV328°31°80°
CMYK 0.000.310.14   0.20
XYZ41.793534.802344.5592
Yxy34.80230.34500.2873
Hunter Lab58.993523.2185-3.4877
CIE-Lab65.594528.5126-7.8071

#cb8dae color RGB value is (203,141,174).

#cb8dae hex color red value is 203, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb8dae hue: 0.91 , saturation: 0.37 and the lightness value of cb8dae is 0.67.

The process color (four color CMYK) of #cb8dae color hex is 0.00, 0.31, 0.14, 0.20. Web safe color of #cb8dae is #cc9999. Color #cb8dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001101 10101110
Octal 313 215 256
Decimal 203 141 174
Hex CB 8D AE

RGB Percentages of Color #cb8dae

%39.19
%27.22
%33.59

CMYK Percentages of Color #cb8dae

%0
%31
%14
%20

Triadic Colors of #cb8dae

#cb8dae #aecb8d #8daecb

Analogous Colors of #cb8dae

#cb8dae #cb8d8f #c98dcb

Monochromatic Colors of #cb8dae

#cb8dae

Complementary Color

#cb8dae #8dcbaa

#cb8dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8dae Color CSS Codes

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

#cb8dae Text Font Color

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

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


#cb8dae Background Color

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

This div background color is #cb8dae


#cb8dae Border Color

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

This div border color is #cb8dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8dae


Comments

No comments written yet.

Please login to write comment.