Color Hex Logo

#cd8090 Color Hex

#CD8090
(205,128,144)
0 Favorites   0 Comments

Color spaces of #cd8090

RGB 205128144
HSL0.970.440.65
HSV348°38°80°
CMYK 0.000.380.30   0.20
XYZ37.930130.431130.2602
Yxy30.43110.38460.3086
Hunter Lab55.164426.19596.0918
CIE-Lab62.024431.80434.0078

#cd8090 color RGB value is (205,128,144).

#cd8090 hex color red value is 205, green value is 128 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cd8090 hue: 0.97 , saturation: 0.44 and the lightness value of cd8090 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000000 10010000
Octal 315 200 220
Decimal 205 128 144
Hex CD 80 90

RGB Percentages of Color #cd8090

%42.98
%26.83
%30.19

CMYK Percentages of Color #cd8090

%0
%38
%30
%20

Triadic Colors of #cd8090

#cd8090 #90cd80 #8090cd

Analogous Colors of #cd8090

#cd8090 #cd9780 #cd80b7

Monochromatic Colors of #cd8090

#cd8090

Complementary Color

#cd8090 #80cdbd

#cd8090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8090 Color CSS Codes

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

#cd8090 Text Font Color

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

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


#cd8090 Background Color

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

This div background color is #cd8090


#cd8090 Border Color

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

This div border color is #cd8090


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,128,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8090


Comments

No comments written yet.

Please login to write comment.