Color Hex Logo

#cd446f Color Hex

#CD446F
(205,68,111)
0 Favorites   0 Comments

Color spaces of #cd446f

RGB 20568111
HSL0.950.580.54
HSV341°67°80°
CMYK 0.000.670.46   0.20
XYZ30.113218.261116.9765
Yxy18.26110.46080.2794
Hunter Lab42.733051.00306.3590
CIE-Lab49.811357.19085.8230

#cd446f color RGB value is (205,68,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000100 01101111
Octal 315 104 157
Decimal 205 68 111
Hex CD 44 6F

RGB Percentages of Color #cd446f

%53.39
%17.71
%28.91

CMYK Percentages of Color #cd446f

%0
%67
%46
%20

Triadic Colors of #cd446f

#cd446f #6fcd44 #446fcd

Analogous Colors of #cd446f

#cd446f #cd5e44 #cd44b4

Monochromatic Colors of #cd446f

#cd446f

Complementary Color

#cd446f #44cda2

#cd446f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd446f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd446f Color CSS Codes

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

#cd446f Text Font Color

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

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


#cd446f Background Color

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

This div background color is #cd446f


#cd446f Border Color

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

This div border color is #cd446f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd446f


Comments

No comments written yet.

Please login to write comment.