Color Hex Logo

#cd2990 Color Hex Maroon3

#CD2990
(205,41,144)
8 Favorites   0 Comments

Color spaces of #cd2990 Maroon3

RGB 20541144
HSL0.900.670.48
HSV322°80°80°
CMYK 0.000.800.30   0.20
XYZ31.003816.578627.9515
Yxy16.57860.41050.2195
Hunter Lab40.716864.6643-12.1999
CIE-Lab47.724669.5127-17.2396

#cd2990 color RGB value is (205,41,144). #cd2990 color name is Maroon3 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101001 10010000
Octal 315 51 220
Decimal 205 41 144
Hex CD 29 90

RGB Percentages of Color #cd2990

%52.56
%10.51
%36.92

CMYK Percentages of Color #cd2990

%0
%80
%30
%20

Triadic Colors of #cd2990

#cd2990 #90cd29 #2990cd

Analogous Colors of #cd2990

#cd2990 #cd293e #b829cd

Monochromatic Colors of #cd2990

#cd2990

Complementary Color

#cd2990 #29cd66

#cd2990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd2990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd2990 Color CSS Codes

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

#cd2990 Text Font Color

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

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


#cd2990 Background Color

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

This div background color is #cd2990


#cd2990 Border Color

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

This div border color is #cd2990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd2990


Comments

No comments written yet.

Please login to write comment.