Color Hex Logo

#cd297e Color Hex

#CD297E
(205,41,126)
0 Favorites   0 Comments

Color spaces of #cd297e

RGB 20541126
HSL0.910.670.48
HSV329°80°80°
CMYK 0.000.800.39   0.20
XYZ29.735716.071421.2735
Yxy16.07140.44330.2396
Hunter Lab40.089262.2445-3.4001
CIE-Lab47.068067.5848-7.3150

#cd297e color RGB value is (205,41,126).

#cd297e hex color red value is 205, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cd297e hue: 0.91 , saturation: 0.67 and the lightness value of cd297e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 01111110
Octal 315 51 176
Decimal 205 41 126
Hex CD 29 7E

RGB Percentages of Color #cd297e

%55.11
%11.02
%33.87

CMYK Percentages of Color #cd297e

%0
%80
%39
%20

Triadic Colors of #cd297e

#cd297e #7ecd29 #297ecd

Analogous Colors of #cd297e

#cd297e #cd292c #ca29cd

Monochromatic Colors of #cd297e

#cd297e

Complementary Color

#cd297e #29cd78

#cd297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd297e Color CSS Codes

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

#cd297e Text Font Color

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

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


#cd297e Background Color

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

This div background color is #cd297e


#cd297e Border Color

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

This div border color is #cd297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd297e


Comments

No comments written yet.

Please login to write comment.