Color Hex Logo

#d80390 Color Hex

#D80390
(216,3,144)
0 Favorites   0 Comments

Color spaces of #d80390

RGB 2163144
HSL0.890.970.43
HSV320°99°85°
CMYK 0.000.990.33   0.15
XYZ33.385516.677727.8451
Yxy16.67770.42850.2141
Hunter Lab40.838374.4573-11.8393
CIE-Lab47.851377.5635-16.8596

#d80390 color RGB value is (216,3,144).

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

The process color (four color CMYK) of #d80390 color hex is 0.00, 0.99, 0.33, 0.15. Web safe color of #d80390 is #cc0099. Color #d80390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000011 10010000
Octal 330 3 220
Decimal 216 3 144
Hex D8 3 90

RGB Percentages of Color #d80390

%59.50
%0.83
%39.67

CMYK Percentages of Color #d80390

%0
%99
%33
%15

Triadic Colors of #d80390

#d80390 #90d803 #0390d8

Analogous Colors of #d80390

#d80390 #d80325 #b603d8

Monochromatic Colors of #d80390

#d80390

Complementary Color

#d80390 #03d84b

#d80390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80390 Color CSS Codes

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

#d80390 Text Font Color

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

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


#d80390 Background Color

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

This div background color is #d80390


#d80390 Border Color

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

This div border color is #d80390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80390


Comments

No comments written yet.

Please login to write comment.