Color Hex Logo

#d83480 Color Hex

#D83480
(216,52,128)
0 Favorites   0 Comments

Color spaces of #d83480

RGB 21652128
HSL0.920.680.53
HSV332°76°85°
CMYK 0.000.760.41   0.15
XYZ33.443218.613422.2522
Yxy18.61340.45010.2505
Hunter Lab43.143262.8665-0.3800
CIE-Lab50.231867.5060-3.6133

#d83480 color RGB value is (216,52,128).

#d83480 hex color red value is 216, green value is 52 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d83480 hue: 0.92 , saturation: 0.68 and the lightness value of d83480 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 10000000
Octal 330 64 200
Decimal 216 52 128
Hex D8 34 80

RGB Percentages of Color #d83480

%54.55
%13.13
%32.32

CMYK Percentages of Color #d83480

%0
%76
%41
%15

Triadic Colors of #d83480

#d83480 #80d834 #3480d8

Analogous Colors of #d83480

#d83480 #d83a34 #d834d2

Monochromatic Colors of #d83480

#d83480

Complementary Color

#d83480 #34d88c

#d83480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83480 Color CSS Codes

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

#d83480 Text Font Color

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

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


#d83480 Background Color

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

This div background color is #d83480


#d83480 Border Color

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

This div border color is #d83480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83480


Comments

No comments written yet.

Please login to write comment.