Color Hex Logo

#cd2998 Color Hex

#CD2998
(205,41,152)
0 Favorites   0 Comments

Color spaces of #cd2998

RGB 20541152
HSL0.890.670.48
HSV319°80°80°
CMYK 0.000.800.26   0.20
XYZ31.637316.832031.2872
Yxy16.83200.39670.2110
Hunter Lab41.026865.8510-16.4960
CIE-Lab48.047770.4488-21.5502

#cd2998 color RGB value is (205,41,152).

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

The process color (four color CMYK) of #cd2998 color hex is 0.00, 0.80, 0.26, 0.20. Web safe color of #cd2998 is #cc3399. Color #cd2998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 10011000
Octal 315 51 230
Decimal 205 41 152
Hex CD 29 98

RGB Percentages of Color #cd2998

%51.51
%10.30
%38.19

CMYK Percentages of Color #cd2998

%0
%80
%26
%20

Triadic Colors of #cd2998

#cd2998 #98cd29 #2998cd

Analogous Colors of #cd2998

#cd2998 #cd2946 #b029cd

Monochromatic Colors of #cd2998

#cd2998

Complementary Color

#cd2998 #29cd5e

#cd2998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd2998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd2998 Color CSS Codes

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

#cd2998 Text Font Color

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

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


#cd2998 Background Color

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

This div background color is #cd2998


#cd2998 Border Color

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

This div border color is #cd2998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd2998


Comments

No comments written yet.

Please login to write comment.