Color Hex Logo

#d83980 Color Hex

#D83980
(216,57,128)
0 Favorites   0 Comments

Color spaces of #d83980

RGB 21657128
HSL0.930.670.54
HSV333°74°85°
CMYK 0.000.740.41   0.15
XYZ33.678319.083722.3306
Yxy19.08370.44850.2541
Hunter Lab43.684961.16370.2719
CIE-Lab50.785065.9468-2.7977

#d83980 color RGB value is (216,57,128).

#d83980 hex color red value is 216, green value is 57 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d83980 hue: 0.93 , saturation: 0.67 and the lightness value of d83980 is 0.54.

The process color (four color CMYK) of #d83980 color hex is 0.00, 0.74, 0.41, 0.15. Web safe color of #d83980 is #cc3399. Color #d83980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111001 10000000
Octal 330 71 200
Decimal 216 57 128
Hex D8 39 80

RGB Percentages of Color #d83980

%53.87
%14.21
%31.92

CMYK Percentages of Color #d83980

%0
%74
%41
%15

Triadic Colors of #d83980

#d83980 #80d839 #3980d8

Analogous Colors of #d83980

#d83980 #d84239 #d839d0

Monochromatic Colors of #d83980

#d83980

Complementary Color

#d83980 #39d891

#d83980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83980 Color CSS Codes

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

#d83980 Text Font Color

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

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


#d83980 Background Color

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

This div background color is #d83980


#d83980 Border Color

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

This div border color is #d83980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83980


Comments

No comments written yet.

Please login to write comment.