Color Hex Logo

#d82050 Color Hex

#D82050
(216,32,80)
0 Favorites   0 Comments

Color spaces of #d82050

RGB 2163280
HSL0.960.740.49
HSV344°85°85°
CMYK 0.000.850.63   0.15
XYZ30.283416.21119.1224
Yxy16.21110.54450.2915
Hunter Lab40.263063.796614.7508
CIE-Lab47.250268.870721.5377

#d82050 color RGB value is (216,32,80).

#d82050 hex color red value is 216, green value is 32 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d82050 hue: 0.96 , saturation: 0.74 and the lightness value of d82050 is 0.49.

The process color (four color CMYK) of #d82050 color hex is 0.00, 0.85, 0.63, 0.15. Web safe color of #d82050 is #cc3366. Color #d82050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100000 01010000
Octal 330 40 120
Decimal 216 32 80
Hex D8 20 50

RGB Percentages of Color #d82050

%65.85
%9.76
%24.39

CMYK Percentages of Color #d82050

%0
%85
%63
%15

Triadic Colors of #d82050

#d82050 #50d820 #2050d8

Analogous Colors of #d82050

#d82050 #d84c20 #d820ac

Monochromatic Colors of #d82050

#d82050

Complementary Color

#d82050 #20d8a8

#d82050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82050 Color CSS Codes

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

#d82050 Text Font Color

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

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


#d82050 Background Color

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

This div background color is #d82050


#d82050 Border Color

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

This div border color is #d82050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82050


Comments

No comments written yet.

Please login to write comment.