Color Hex Logo

#cd0390 Color Hex

#CD0390
(205,3,144)
0 Favorites   0 Comments

Color spaces of #cd0390

RGB 2053144
HSL0.880.970.41
HSV318°99°80°
CMYK 0.000.990.30   0.20
XYZ30.243415.057927.6980
Yxy15.05790.41430.2063
Hunter Lab38.804571.2112-15.1570
CIE-Lab45.713475.3446-20.3218

#cd0390 color RGB value is (205,3,144).

#cd0390 hex color red value is 205, green value is 3 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cd0390 hue: 0.88 , saturation: 0.97 and the lightness value of cd0390 is 0.41.

The process color (four color CMYK) of #cd0390 color hex is 0.00, 0.99, 0.30, 0.20. Web safe color of #cd0390 is #cc0099. Color #cd0390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000011 10010000
Octal 315 3 220
Decimal 205 3 144
Hex CD 3 90

RGB Percentages of Color #cd0390

%58.24
%0.85
%40.91

CMYK Percentages of Color #cd0390

%0
%99
%30
%20

Triadic Colors of #cd0390

#cd0390 #90cd03 #0390cd

Analogous Colors of #cd0390

#cd0390 #cd032b #a503cd

Monochromatic Colors of #cd0390

#cd0390

Complementary Color

#cd0390 #03cd40

#cd0390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd0390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd0390 Color CSS Codes

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

#cd0390 Text Font Color

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

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


#cd0390 Background Color

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

This div background color is #cd0390


#cd0390 Border Color

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

This div border color is #cd0390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd0390


Comments

No comments written yet.

Please login to write comment.