Color Hex Logo

#d8257d Color Hex

#D8257D
(216,37,125)
0 Favorites   0 Comments

Color spaces of #d8257d

RGB 21637125
HSL0.920.710.50
HSV331°83°85°
CMYK 0.000.830.42   0.15
XYZ32.682117.402721.0386
Yxy17.40270.45950.2447
Hunter Lab41.716566.8388-0.6997
CIE-Lab48.763571.1366-3.9631

#d8257d color RGB value is (216,37,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100101 01111101
Octal 330 45 175
Decimal 216 37 125
Hex D8 25 7D

RGB Percentages of Color #d8257d

%57.14
%9.79
%33.07

CMYK Percentages of Color #d8257d

%0
%83
%42
%15

Triadic Colors of #d8257d

#d8257d #7dd825 #257dd8

Analogous Colors of #d8257d

#d8257d #d82725 #d825d7

Monochromatic Colors of #d8257d

#d8257d

Complementary Color

#d8257d #25d880

#d8257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8257d Color CSS Codes

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

#d8257d Text Font Color

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

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


#d8257d Background Color

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

This div background color is #d8257d


#d8257d Border Color

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

This div border color is #d8257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8257d


Comments

No comments written yet.

Please login to write comment.