Color Hex Logo

#d9257d Color Hex

#D9257D
(217,37,125)
0 Favorites   0 Comments

Color spaces of #d9257d

RGB 21737125
HSL0.920.710.50
HSV331°83°85°
CMYK 0.000.830.42   0.15
XYZ32.978517.555521.0524
Yxy17.55550.46070.2452
Hunter Lab41.899367.1718-0.4609
CIE-Lab48.952571.3777-3.6625

#d9257d color RGB value is (217,37,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100101 01111101
Octal 331 45 175
Decimal 217 37 125
Hex D9 25 7D

RGB Percentages of Color #d9257d

%57.26
%9.76
%32.98

CMYK Percentages of Color #d9257d

%0
%83
%42
%15

Triadic Colors of #d9257d

#d9257d #7dd925 #257dd9

Analogous Colors of #d9257d

#d9257d #d92725 #d925d7

Monochromatic Colors of #d9257d

#d9257d

Complementary Color

#d9257d #25d981

#d9257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9257d Color CSS Codes

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

#d9257d Text Font Color

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

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


#d9257d Background Color

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

This div background color is #d9257d


#d9257d Border Color

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

This div border color is #d9257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9257d


Comments

No comments written yet.

Please login to write comment.