Color Hex Logo

#d8257e Color Hex

#D8257E
(216,37,126)
0 Favorites   0 Comments

Color spaces of #d8257e

RGB 21637126
HSL0.920.710.50
HSV330°83°85°
CMYK 0.000.830.42   0.15
XYZ32.746417.428421.3768
Yxy17.42840.45770.2436
Hunter Lab41.747366.9567-1.1364
CIE-Lab48.795371.2288-4.5244

#d8257e color RGB value is (216,37,126).

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

The process color (four color CMYK) of #d8257e color hex is 0.00, 0.83, 0.42, 0.15. Web safe color of #d8257e is #cc3366. Color #d8257e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100101 01111110
Octal 330 45 176
Decimal 216 37 126
Hex D8 25 7E

RGB Percentages of Color #d8257e

%56.99
%9.76
%33.25

CMYK Percentages of Color #d8257e

%0
%83
%42
%15

Triadic Colors of #d8257e

#d8257e #7ed825 #257ed8

Analogous Colors of #d8257e

#d8257e #d82625 #d825d8

Monochromatic Colors of #d8257e

#d8257e

Complementary Color

#d8257e #25d87f

#d8257e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8257e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8257e Color CSS Codes

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

#d8257e Text Font Color

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

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


#d8257e Background Color

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

This div background color is #d8257e


#d8257e Border Color

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

This div border color is #d8257e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8257e


Comments

No comments written yet.

Please login to write comment.