Color Hex Logo

#df309e Color Hex

#DF309E
(223,48,158)
0 Favorites   0 Comments

Color spaces of #df309e

RGB 22348158
HSL0.900.730.53
HSV322°78°87°
CMYK 0.000.780.29   0.13
XYZ37.659920.270534.2755
Yxy20.27050.40840.2198
Hunter Lab45.022870.5189-13.6211
CIE-Lab52.141773.5261-18.5662

#df309e color RGB value is (223,48,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 10011110
Octal 337 60 236
Decimal 223 48 158
Hex DF 30 9E

RGB Percentages of Color #df309e

%51.98
%11.19
%36.83

CMYK Percentages of Color #df309e

%0
%78
%29
%13

Triadic Colors of #df309e

#df309e #9edf30 #309edf

Analogous Colors of #df309e

#df309e #df3047 #c930df

Monochromatic Colors of #df309e

#df309e

Complementary Color

#df309e #30df71

#df309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df309e Color CSS Codes

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

#df309e Text Font Color

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

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


#df309e Background Color

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

This div background color is #df309e


#df309e Border Color

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

This div border color is #df309e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df309e

#df309e Color Palettes


Comments

No comments written yet.

Please login to write comment.