Color Hex Logo

#d82583 Color Hex

#D82583
(216,37,131)
0 Favorites   0 Comments

Color spaces of #d82583

RGB 21637131
HSL0.910.710.50
HSV328°83°85°
CMYK 0.000.830.39   0.15
XYZ33.077217.560823.1189
Yxy17.56080.44850.2381
Hunter Lab41.905667.5599-3.3758
CIE-Lab48.959071.6997-7.3178

#d82583 color RGB value is (216,37,131).

#d82583 hex color red value is 216, green value is 37 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d82583 hue: 0.91 , saturation: 0.71 and the lightness value of d82583 is 0.50.

The process color (four color CMYK) of #d82583 color hex is 0.00, 0.83, 0.39, 0.15. Web safe color of #d82583 is #cc3399. Color #d82583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100101 10000011
Octal 330 45 203
Decimal 216 37 131
Hex D8 25 83

RGB Percentages of Color #d82583

%56.25
%9.64
%34.11

CMYK Percentages of Color #d82583

%0
%83
%39
%15

Triadic Colors of #d82583

#d82583 #83d825 #2583d8

Analogous Colors of #d82583

#d82583 #d82529 #d425d8

Monochromatic Colors of #d82583

#d82583

Complementary Color

#d82583 #25d87a

#d82583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82583 Color CSS Codes

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

#d82583 Text Font Color

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

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


#d82583 Background Color

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

This div background color is #d82583


#d82583 Border Color

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

This div border color is #d82583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82583


Comments

No comments written yet.

Please login to write comment.