Color Hex Logo

#d9259d Color Hex

#D9259D
(217,37,157)
0 Favorites   0 Comments

Color spaces of #d9259d

RGB 21737157
HSL0.890.710.50
HSV320°83°85°
CMYK 0.000.830.28   0.15
XYZ35.362618.509233.6071
Yxy18.50920.40420.2116
Hunter Lab43.022371.4307-16.1991
CIE-Lab50.108074.6675-21.1824

#d9259d color RGB value is (217,37,157).

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

The process color (four color CMYK) of #d9259d color hex is 0.00, 0.83, 0.28, 0.15. Web safe color of #d9259d is #cc3399. Color #d9259d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100101 10011101
Octal 331 45 235
Decimal 217 37 157
Hex D9 25 9D

RGB Percentages of Color #d9259d

%52.80
%9.00
%38.20

CMYK Percentages of Color #d9259d

%0
%83
%28
%15

Triadic Colors of #d9259d

#d9259d #9dd925 #259dd9

Analogous Colors of #d9259d

#d9259d #d92543 #bb25d9

Monochromatic Colors of #d9259d

#d9259d

Complementary Color

#d9259d #25d961

#d9259d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9259d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9259d Color CSS Codes

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

#d9259d Text Font Color

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

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


#d9259d Background Color

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

This div background color is #d9259d


#d9259d Border Color

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

This div border color is #d9259d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9259d


Comments

No comments written yet.

Please login to write comment.