Color Hex Logo

#cd297d Color Hex

#CD297D
(205,41,125)
0 Favorites   0 Comments

Color spaces of #cd297d

RGB 20541125
HSL0.910.670.48
HSV329°80°80°
CMYK 0.000.800.39   0.20
XYZ29.671416.045720.9353
Yxy16.04570.44520.2407
Hunter Lab40.057162.1200-2.9472
CIE-Lab47.034467.4850-6.7547

#cd297d color RGB value is (205,41,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 01111101
Octal 315 51 175
Decimal 205 41 125
Hex CD 29 7D

RGB Percentages of Color #cd297d

%55.26
%11.05
%33.69

CMYK Percentages of Color #cd297d

%0
%80
%39
%20

Triadic Colors of #cd297d

#cd297d #7dcd29 #297dcd

Analogous Colors of #cd297d

#cd297d #cd292b #cb29cd

Monochromatic Colors of #cd297d

#cd297d

Complementary Color

#cd297d #29cd79

#cd297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd297d Color CSS Codes

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

#cd297d Text Font Color

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

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


#cd297d Background Color

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

This div background color is #cd297d


#cd297d Border Color

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

This div border color is #cd297d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd297d


Comments

No comments written yet.

Please login to write comment.