Color Hex Logo

#d82887 Color Hex

#D82887
(216,40,135)
0 Favorites   0 Comments

Color spaces of #d82887

RGB 21640135
HSL0.910.690.50
HSV328°81°85°
CMYK 0.000.810.38   0.15
XYZ33.450917.865824.6071
Yxy17.86580.44060.2353
Hunter Lab42.268067.2962-4.9292
CIE-Lab49.332971.4075-9.1802

#d82887 color RGB value is (216,40,135).

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

The process color (four color CMYK) of #d82887 color hex is 0.00, 0.81, 0.38, 0.15. Web safe color of #d82887 is #cc3399. Color #d82887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101000 10000111
Octal 330 50 207
Decimal 216 40 135
Hex D8 28 87

RGB Percentages of Color #d82887

%55.24
%10.23
%34.53

CMYK Percentages of Color #d82887

%0
%81
%38
%15

Triadic Colors of #d82887

#d82887 #87d828 #2887d8

Analogous Colors of #d82887

#d82887 #d8282f #d128d8

Monochromatic Colors of #d82887

#d82887

Complementary Color

#d82887 #28d879

#d82887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82887 Color CSS Codes

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

#d82887 Text Font Color

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

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


#d82887 Background Color

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

This div background color is #d82887


#d82887 Border Color

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

This div border color is #d82887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82887


Comments

No comments written yet.

Please login to write comment.