Color Hex Logo

#d80083 Color Hex

#D80083
(216,0,131)
2 Favorites   0 Comments

Color spaces of #d80083

RGB 2160131
HSL0.901.000.42
HSV324°100°85°
CMYK 0.001.000.39   0.15
XYZ32.415616.237622.8984
Yxy16.23760.45300.2269
Hunter Lab40.295973.0745-5.4848
CIE-Lab47.284776.5560-9.8240

#d80083 color RGB value is (216,0,131).

#d80083 hex color red value is 216, green value is 0 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d80083 hue: 0.90 , saturation: 1.00 and the lightness value of d80083 is 0.42.

The process color (four color CMYK) of #d80083 color hex is 0.00, 1.00, 0.39, 0.15. Web safe color of #d80083 is #cc0099. Color #d80083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 10000011
Octal 330 0 203
Decimal 216 0 131
Hex D8 0 83

RGB Percentages of Color #d80083

%62.25
%0.00
%37.75

CMYK Percentages of Color #d80083

%0
%100
%39
%15

Triadic Colors of #d80083

#d80083 #83d800 #0083d8

Analogous Colors of #d80083

#d80083 #d80017 #c100d8

Monochromatic Colors of #d80083

#d80083

Complementary Color

#d80083 #00d855

#d80083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80083 Color CSS Codes

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

#d80083 Text Font Color

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

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


#d80083 Background Color

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

This div background color is #d80083


#d80083 Border Color

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

This div border color is #d80083


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,0,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80083


Comments

No comments written yet.

Please login to write comment.