Color Hex Logo

#df306d Color Hex

#DF306D
(223,48,109)
0 Favorites   0 Comments

Color spaces of #df306d

RGB 22348109
HSL0.940.730.53
HSV339°78°87°
CMYK 0.000.780.51   0.13
XYZ34.248718.906016.3121
Yxy18.90600.49300.2722
Hunter Lab43.481064.50738.1938
CIE-Lab50.577068.82948.5663

#df306d color RGB value is (223,48,109).

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

The process color (four color CMYK) of #df306d color hex is 0.00, 0.78, 0.51, 0.13. Web safe color of #df306d is #cc3366. Color #df306d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 01101101
Octal 337 60 155
Decimal 223 48 109
Hex DF 30 6D

RGB Percentages of Color #df306d

%58.68
%12.63
%28.68

CMYK Percentages of Color #df306d

%0
%78
%51
%13

Triadic Colors of #df306d

#df306d #6ddf30 #306ddf

Analogous Colors of #df306d

#df306d #df4b30 #df30c5

Monochromatic Colors of #df306d

#df306d

Complementary Color

#df306d #30dfa2

#df306d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df306d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df306d Color CSS Codes

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

#df306d Text Font Color

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

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


#df306d Background Color

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

This div background color is #df306d


#df306d Border Color

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

This div border color is #df306d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df306d


Comments

No comments written yet.

Please login to write comment.