Color Hex Logo

#df307f Color Hex

#DF307F
(223,48,127)
0 Favorites   0 Comments

Color spaces of #df307f

RGB 22348127
HSL0.920.730.53
HSV333°78°87°
CMYK 0.000.780.43   0.13
XYZ35.319119.334221.9490
Yxy19.33420.46110.2524
Hunter Lab43.970766.43011.1835
CIE-Lab51.075970.3477-1.6204

#df307f color RGB value is (223,48,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 01111111
Octal 337 60 177
Decimal 223 48 127
Hex DF 30 7F

RGB Percentages of Color #df307f

%56.03
%12.06
%31.91

CMYK Percentages of Color #df307f

%0
%78
%43
%13

Triadic Colors of #df307f

#df307f #7fdf30 #307fdf

Analogous Colors of #df307f

#df307f #df3930 #df30d7

Monochromatic Colors of #df307f

#df307f

Complementary Color

#df307f #30df90

#df307f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df307f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df307f Color CSS Codes

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

#df307f Text Font Color

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

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


#df307f Background Color

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

This div background color is #df307f


#df307f Border Color

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

This div border color is #df307f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df307f


Comments

No comments written yet.

Please login to write comment.