Color Hex Logo

#df309a Color Hex

#DF309A
(223,48,154)
0 Favorites   0 Comments

Color spaces of #df309a

RGB 22348154
HSL0.900.730.53
HSV324°78°87°
CMYK 0.000.780.31   0.13
XYZ37.321120.135032.4912
Yxy20.13500.41490.2239
Hunter Lab44.872069.9365-11.5206
CIE-Lab51.989573.0774-16.4256

#df309a color RGB value is (223,48,154).

#df309a hex color red value is 223, green value is 48 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #df309a hue: 0.90 , saturation: 0.73 and the lightness value of df309a is 0.53.

The process color (four color CMYK) of #df309a color hex is 0.00, 0.78, 0.31, 0.13. Web safe color of #df309a is #cc3399. Color #df309a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 10011010
Octal 337 60 232
Decimal 223 48 154
Hex DF 30 9A

RGB Percentages of Color #df309a

%52.47
%11.29
%36.24

CMYK Percentages of Color #df309a

%0
%78
%31
%13

Triadic Colors of #df309a

#df309a #9adf30 #309adf

Analogous Colors of #df309a

#df309a #df3042 #cd30df

Monochromatic Colors of #df309a

#df309a

Complementary Color

#df309a #30df75

#df309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df309a Color CSS Codes

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

#df309a Text Font Color

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

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


#df309a Background Color

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

This div background color is #df309a


#df309a Border Color

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

This div border color is #df309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df309a


Comments

No comments written yet.

Please login to write comment.