Color Hex Logo

#df377f Color Hex

#DF377F
(223,55,127)
0 Favorites   0 Comments

Color spaces of #df377f

RGB 22355127
HSL0.930.720.55
HSV334°75°87°
CMYK 0.000.750.43   0.13
XYZ35.628419.952722.0521
Yxy19.95270.45890.2570
Hunter Lab44.668464.20521.9974
CIE-Lab51.783768.3433-0.5834

#df377f color RGB value is (223,55,127).

#df377f hex color red value is 223, green value is 55 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #df377f hue: 0.93 , saturation: 0.72 and the lightness value of df377f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110111 01111111
Octal 337 67 177
Decimal 223 55 127
Hex DF 37 7F

RGB Percentages of Color #df377f

%55.06
%13.58
%31.36

CMYK Percentages of Color #df377f

%0
%75
%43
%13

Triadic Colors of #df377f

#df377f #7fdf37 #377fdf

Analogous Colors of #df377f

#df377f #df4337 #df37d3

Monochromatic Colors of #df377f

#df377f

Complementary Color

#df377f #37df97

#df377f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df377f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df377f Color CSS Codes

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

#df377f Text Font Color

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

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


#df377f Background Color

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

This div background color is #df377f


#df377f Border Color

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

This div border color is #df377f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,55,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 #df377f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df377f


Comments

No comments written yet.

Please login to write comment.