Color Hex Logo

#cd319f Color Hex

#CD319F
(205,49,159)
0 Favorites   0 Comments

Color spaces of #cd319f

RGB 20549159
HSL0.880.610.50
HSV318°76°80°
CMYK 0.000.760.22   0.20
XYZ32.533217.679034.4986
Yxy17.67900.38410.2087
Hunter Lab42.046464.5323-19.2143
CIE-Lab49.104469.1342-24.0974

#cd319f color RGB value is (205,49,159).

#cd319f hex color red value is 205, green value is 49 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd319f hue: 0.88 , saturation: 0.61 and the lightness value of cd319f is 0.50.

The process color (four color CMYK) of #cd319f color hex is 0.00, 0.76, 0.22, 0.20. Web safe color of #cd319f is #cc3399. Color #cd319f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110001 10011111
Octal 315 61 237
Decimal 205 49 159
Hex CD 31 9F

RGB Percentages of Color #cd319f

%49.64
%11.86
%38.50

CMYK Percentages of Color #cd319f

%0
%76
%22
%20

Triadic Colors of #cd319f

#cd319f #9fcd31 #319fcd

Analogous Colors of #cd319f

#cd319f #cd3151 #ad31cd

Monochromatic Colors of #cd319f

#cd319f

Complementary Color

#cd319f #31cd5f

#cd319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd319f Color CSS Codes

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

#cd319f Text Font Color

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

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


#cd319f Background Color

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

This div background color is #cd319f


#cd319f Border Color

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

This div border color is #cd319f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd319f


Comments

No comments written yet.

Please login to write comment.