Color Hex Logo

#cd6eae Color Hex

#CD6EAE
(205,110,174)
0 Favorites   0 Comments

Color spaces of #cd6eae

RGB 205110174
HSL0.890.490.62
HSV320°46°80°
CMYK 0.000.460.15   0.20
XYZ38.392727.187043.2685
Yxy27.18700.35270.2498
Hunter Lab52.141240.1865-12.7020
CIE-Lab59.147045.6974-17.4756

#cd6eae color RGB value is (205,110,174).

#cd6eae hex color red value is 205, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cd6eae hue: 0.89 , saturation: 0.49 and the lightness value of cd6eae is 0.62.

The process color (four color CMYK) of #cd6eae color hex is 0.00, 0.46, 0.15, 0.20. Web safe color of #cd6eae is #cc6699. Color #cd6eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101110 10101110
Octal 315 156 256
Decimal 205 110 174
Hex CD 6E AE

RGB Percentages of Color #cd6eae

%41.92
%22.49
%35.58

CMYK Percentages of Color #cd6eae

%0
%46
%15
%20

Triadic Colors of #cd6eae

#cd6eae #aecd6e #6eaecd

Analogous Colors of #cd6eae

#cd6eae #cd6e7f #bd6ecd

Monochromatic Colors of #cd6eae

#cd6eae

Complementary Color

#cd6eae #6ecd8d

#cd6eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd6eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd6eae Color CSS Codes

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

#cd6eae Text Font Color

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

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


#cd6eae Background Color

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

This div background color is #cd6eae


#cd6eae Border Color

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

This div border color is #cd6eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,110,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 #cd6eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd6eae


Comments

No comments written yet.

Please login to write comment.