Color Hex Logo

#d9307a Color Hex

#D9307A
(217,48,122)
0 Favorites   0 Comments

Color spaces of #d9307a

RGB 21748122
HSL0.930.690.52
HSV334°78°85°
CMYK 0.000.780.44   0.15
XYZ33.185118.270820.1899
Yxy18.27080.46320.2550
Hunter Lab42.744463.77801.9160
CIE-Lab49.822968.3580-0.5603

#d9307a color RGB value is (217,48,122).

#d9307a hex color red value is 217, green value is 48 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d9307a hue: 0.93 , saturation: 0.69 and the lightness value of d9307a is 0.52.

The process color (four color CMYK) of #d9307a color hex is 0.00, 0.78, 0.44, 0.15. Web safe color of #d9307a is #cc3366. Color #d9307a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110000 01111010
Octal 331 60 172
Decimal 217 48 122
Hex D9 30 7A

RGB Percentages of Color #d9307a

%56.07
%12.40
%31.52

CMYK Percentages of Color #d9307a

%0
%78
%44
%15

Triadic Colors of #d9307a

#d9307a #7ad930 #307ad9

Analogous Colors of #d9307a

#d9307a #d93b30 #d930cf

Monochromatic Colors of #d9307a

#d9307a

Complementary Color

#d9307a #30d98f

#d9307a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9307a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9307a Color CSS Codes

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

#d9307a Text Font Color

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

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


#d9307a Background Color

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

This div background color is #d9307a


#d9307a Border Color

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

This div border color is #d9307a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9307a


Comments

No comments written yet.

Please login to write comment.