Color Hex Logo

#df306a Color Hex

#DF306A
(223,48,106)
0 Favorites   0 Comments

Color spaces of #df306a

RGB 22348106
HSL0.940.730.53
HSV340°78°87°
CMYK 0.000.780.52   0.13
XYZ34.089918.842515.4759
Yxy18.84250.49830.2754
Hunter Lab43.407964.21899.2474
CIE-Lab50.502468.600310.2846

#df306a color RGB value is (223,48,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 01101010
Octal 337 60 152
Decimal 223 48 106
Hex DF 30 6A

RGB Percentages of Color #df306a

%59.15
%12.73
%28.12

CMYK Percentages of Color #df306a

%0
%78
%52
%13

Triadic Colors of #df306a

#df306a #6adf30 #306adf

Analogous Colors of #df306a

#df306a #df4e30 #df30c2

Monochromatic Colors of #df306a

#df306a

Complementary Color

#df306a #30dfa5

#df306a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df306a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df306a Color CSS Codes

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

#df306a Text Font Color

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

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


#df306a Background Color

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

This div background color is #df306a


#df306a Border Color

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

This div border color is #df306a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df306a


Comments

No comments written yet.

Please login to write comment.