Color Hex Logo

#de277f Color Hex

#DE277F
(222,39,127)
0 Favorites   0 Comments

Color spaces of #de277f

RGB 22239127
HSL0.920.730.51
HSV331°82°87°
CMYK 0.000.820.43   0.13
XYZ34.680518.512921.8242
Yxy18.51290.46230.2468
Hunter Lab43.026668.57870.0452
CIE-Lab50.112472.3213-3.0590

#de277f color RGB value is (222,39,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 01111111
Octal 336 47 177
Decimal 222 39 127
Hex DE 27 7F

RGB Percentages of Color #de277f

%57.22
%10.05
%32.73

CMYK Percentages of Color #de277f

%0
%82
%43
%13

Triadic Colors of #de277f

#de277f #7fde27 #277fde

Analogous Colors of #de277f

#de277f #de2a27 #de27db

Monochromatic Colors of #de277f

#de277f

Complementary Color

#de277f #27de86

#de277f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de277f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de277f Color CSS Codes

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

#de277f Text Font Color

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

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


#de277f Background Color

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

This div background color is #de277f


#de277f Border Color

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

This div border color is #de277f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de277f


Comments

No comments written yet.

Please login to write comment.