Color Hex Logo

#cd317e Color Hex

#CD317E
(205,49,126)
0 Favorites   0 Comments

Color spaces of #cd317e

RGB 20549126
HSL0.920.610.50
HSV330°76°80°
CMYK 0.000.760.39   0.20
XYZ30.041016.682121.3753
Yxy16.68210.44110.2450
Hunter Lab40.843759.8121-2.4384
CIE-Lab47.857065.3420-6.1396

#cd317e color RGB value is (205,49,126).

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

The process color (four color CMYK) of #cd317e color hex is 0.00, 0.76, 0.39, 0.20. Web safe color of #cd317e is #cc3366. Color #cd317e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110001 01111110
Octal 315 61 176
Decimal 205 49 126
Hex CD 31 7E

RGB Percentages of Color #cd317e

%53.95
%12.89
%33.16

CMYK Percentages of Color #cd317e

%0
%76
%39
%20

Triadic Colors of #cd317e

#cd317e #7ecd31 #317ecd

Analogous Colors of #cd317e

#cd317e #cd3231 #cd31cc

Monochromatic Colors of #cd317e

#cd317e

Complementary Color

#cd317e #31cd80

#cd317e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd317e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd317e Color CSS Codes

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

#cd317e Text Font Color

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

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


#cd317e Background Color

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

This div background color is #cd317e


#cd317e Border Color

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

This div border color is #cd317e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd317e


Comments

No comments written yet.

Please login to write comment.