Color Hex Logo

#cd426f Color Hex

#CD426F
(205,66,111)
0 Favorites   0 Comments

Color spaces of #cd426f

RGB 20566111
HSL0.950.580.53
HSV341°68°80°
CMYK 0.000.680.46   0.20
XYZ29.994318.023316.9369
Yxy18.02330.46180.2775
Hunter Lab42.453951.81876.0640
CIE-Lab49.524457.97835.4121

#cd426f color RGB value is (205,66,111).

#cd426f hex color red value is 205, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cd426f hue: 0.95 , saturation: 0.58 and the lightness value of cd426f is 0.53.

The process color (four color CMYK) of #cd426f color hex is 0.00, 0.68, 0.46, 0.20. Web safe color of #cd426f is #cc3366. Color #cd426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 01101111
Octal 315 102 157
Decimal 205 66 111
Hex CD 42 6F

RGB Percentages of Color #cd426f

%53.66
%17.28
%29.06

CMYK Percentages of Color #cd426f

%0
%68
%46
%20

Triadic Colors of #cd426f

#cd426f #6fcd42 #426fcd

Analogous Colors of #cd426f

#cd426f #cd5b42 #cd42b5

Monochromatic Colors of #cd426f

#cd426f

Complementary Color

#cd426f #42cda0

#cd426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd426f Color CSS Codes

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

#cd426f Text Font Color

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

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


#cd426f Background Color

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

This div background color is #cd426f


#cd426f Border Color

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

This div border color is #cd426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd426f


Comments

No comments written yet.

Please login to write comment.