Color Hex Logo

#d82957 Color Hex

#D82957
(216,41,87)
0 Favorites   0 Comments

Color spaces of #d82957

RGB 2164187
HSL0.960.690.50
HSV344°81°85°
CMYK 0.000.810.60   0.15
XYZ30.832116.872910.6486
Yxy16.87290.52840.2891
Hunter Lab41.076662.097913.3835
CIE-Lab48.099567.260418.3709

#d82957 color RGB value is (216,41,87).

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

The process color (four color CMYK) of #d82957 color hex is 0.00, 0.81, 0.60, 0.15. Web safe color of #d82957 is #cc3366. Color #d82957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 01010111
Octal 330 51 127
Decimal 216 41 87
Hex D8 29 57

RGB Percentages of Color #d82957

%62.79
%11.92
%25.29

CMYK Percentages of Color #d82957

%0
%81
%60
%15

Triadic Colors of #d82957

#d82957 #57d829 #2957d8

Analogous Colors of #d82957

#d82957 #d85229 #d829af

Monochromatic Colors of #d82957

#d82957

Complementary Color

#d82957 #29d8aa

#d82957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d82957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d82957 Color CSS Codes

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

#d82957 Text Font Color

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

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


#d82957 Background Color

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

This div background color is #d82957


#d82957 Border Color

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

This div border color is #d82957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d82957


Comments

No comments written yet.

Please login to write comment.