Color Hex Logo

#cd478f Color Hex

#CD478F
(205,71,143)
0 Favorites   0 Comments

Color spaces of #cd478f

RGB 20571143
HSL0.910.570.54
HSV328°65°80°
CMYK 0.000.650.30   0.20
XYZ32.388019.468828.0374
Yxy19.46880.40540.2437
Hunter Lab44.123553.8085-6.7883
CIE-Lab51.231259.4459-11.3238

#cd478f color RGB value is (205,71,143).

#cd478f hex color red value is 205, green value is 71 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cd478f hue: 0.91 , saturation: 0.57 and the lightness value of cd478f is 0.54.

The process color (four color CMYK) of #cd478f color hex is 0.00, 0.65, 0.30, 0.20. Web safe color of #cd478f is #cc3399. Color #cd478f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000111 10001111
Octal 315 107 217
Decimal 205 71 143
Hex CD 47 8F

RGB Percentages of Color #cd478f

%48.93
%16.95
%34.13

CMYK Percentages of Color #cd478f

%0
%65
%30
%20

Triadic Colors of #cd478f

#cd478f #8fcd47 #478fcd

Analogous Colors of #cd478f

#cd478f #cd474c #c847cd

Monochromatic Colors of #cd478f

#cd478f

Complementary Color

#cd478f #47cd85

#cd478f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd478f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd478f Color CSS Codes

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

#cd478f Text Font Color

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

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


#cd478f Background Color

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

This div background color is #cd478f


#cd478f Border Color

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

This div border color is #cd478f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd478f


Comments

No comments written yet.

Please login to write comment.