Color Hex Logo

#de257f Color Hex

#DE257F
(222,37,127)
0 Favorites   0 Comments

Color spaces of #de257f

RGB 22237127
HSL0.920.740.51
HSV331°83°87°
CMYK 0.000.830.43   0.13
XYZ34.616518.385021.8028
Yxy18.38500.46280.2458
Hunter Lab42.877769.0725-0.1338
CIE-Lab49.959872.7591-3.2838

#de257f color RGB value is (222,37,127).

#de257f hex color red value is 222, green value is 37 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #de257f hue: 0.92 , saturation: 0.74 and the lightness value of de257f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100101 01111111
Octal 336 45 177
Decimal 222 37 127
Hex DE 25 7F

RGB Percentages of Color #de257f

%57.51
%9.59
%32.90

CMYK Percentages of Color #de257f

%0
%83
%43
%13

Triadic Colors of #de257f

#de257f #7fde25 #257fde

Analogous Colors of #de257f

#de257f #de2725 #de25dc

Monochromatic Colors of #de257f

#de257f

Complementary Color

#de257f #25de84

#de257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de257f Color CSS Codes

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

#de257f Text Font Color

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

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


#de257f Background Color

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

This div background color is #de257f


#de257f Border Color

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

This div border color is #de257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de257f


Comments

No comments written yet.

Please login to write comment.