Color Hex Logo

#df225f Color Hex

#DF225F
(223,34,95)
0 Favorites   0 Comments

Color spaces of #df225f

RGB 2233495
HSL0.950.750.50
HSV341°85°87°
CMYK 0.000.850.57   0.13
XYZ33.069017.658312.4919
Yxy17.65830.52310.2793
Hunter Lab42.021866.932311.7900
CIE-Lab49.079071.153415.0231

#df225f color RGB value is (223,34,95).

#df225f hex color red value is 223, green value is 34 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #df225f hue: 0.95 , saturation: 0.75 and the lightness value of df225f is 0.50.

The process color (four color CMYK) of #df225f color hex is 0.00, 0.85, 0.57, 0.13. Web safe color of #df225f is #cc3366. Color #df225f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100010 01011111
Octal 337 42 137
Decimal 223 34 95
Hex DF 22 5F

RGB Percentages of Color #df225f

%63.35
%9.66
%26.99

CMYK Percentages of Color #df225f

%0
%85
%57
%13

Triadic Colors of #df225f

#df225f #5fdf22 #225fdf

Analogous Colors of #df225f

#df225f #df4422 #df22be

Monochromatic Colors of #df225f

#df225f

Complementary Color

#df225f #22dfa2

#df225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df225f Color CSS Codes

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

#df225f Text Font Color

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

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


#df225f Background Color

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

This div background color is #df225f


#df225f Border Color

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

This div border color is #df225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df225f


Comments

No comments written yet.

Please login to write comment.