Color Hex Logo

#d9308f Color Hex

#D9308F
(217,48,143)
0 Favorites   0 Comments

Color spaces of #d9308f

RGB 21748143
HSL0.910.690.52
HSV326°78°85°
CMYK 0.000.780.34   0.15
XYZ34.630118.848827.7996
Yxy18.84880.42610.2319
Hunter Lab43.415266.4038-7.5739
CIE-Lab50.509870.4350-12.2068

#d9308f color RGB value is (217,48,143).

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

The process color (four color CMYK) of #d9308f color hex is 0.00, 0.78, 0.34, 0.15. Web safe color of #d9308f is #cc3399. Color #d9308f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110000 10001111
Octal 331 60 217
Decimal 217 48 143
Hex D9 30 8F

RGB Percentages of Color #d9308f

%53.19
%11.76
%35.05

CMYK Percentages of Color #d9308f

%0
%78
%34
%15

Triadic Colors of #d9308f

#d9308f #8fd930 #308fd9

Analogous Colors of #d9308f

#d9308f #d9303a #cf30d9

Monochromatic Colors of #d9308f

#d9308f

Complementary Color

#d9308f #30d97a

#d9308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9308f Color CSS Codes

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

#d9308f Text Font Color

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

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


#d9308f Background Color

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

This div background color is #d9308f


#d9308f Border Color

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

This div border color is #d9308f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9308f


Comments

No comments written yet.

Please login to write comment.