Color Hex Logo

#df418f Color Hex

#DF418F
(223,65,143)
0 Favorites   0 Comments

Color spaces of #df418f

RGB 22365143
HSL0.920.710.56
HSV330°71°87°
CMYK 0.000.710.36   0.13
XYZ37.279621.451728.1623
Yxy21.45170.42900.2469
Hunter Lab46.316062.6212-3.6299
CIE-Lab53.440366.6880-7.7036

#df418f color RGB value is (223,65,143).

#df418f hex color red value is 223, green value is 65 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #df418f hue: 0.92 , saturation: 0.71 and the lightness value of df418f is 0.56.

The process color (four color CMYK) of #df418f color hex is 0.00, 0.71, 0.36, 0.13. Web safe color of #df418f is #cc3399. Color #df418f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 10001111
Octal 337 101 217
Decimal 223 65 143
Hex DF 41 8F

RGB Percentages of Color #df418f

%51.74
%15.08
%33.18

CMYK Percentages of Color #df418f

%0
%71
%36
%13

Triadic Colors of #df418f

#df418f #8fdf41 #418fdf

Analogous Colors of #df418f

#df418f #df4241 #df41de

Monochromatic Colors of #df418f

#df418f

Complementary Color

#df418f #41df91

#df418f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df418f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df418f Color CSS Codes

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

#df418f Text Font Color

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

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


#df418f Background Color

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

This div background color is #df418f


#df418f Border Color

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

This div border color is #df418f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df418f


Comments

No comments written yet.

Please login to write comment.