Color Hex Logo

#de127c Color Hex

#DE127C
(222,18,124)
0 Favorites   0 Comments

Color spaces of #de127c

RGB 22218124
HSL0.910.850.47
HSV329°92°87°
CMYK 0.000.920.44   0.13
XYZ33.978617.417420.6398
Yxy17.41740.47170.2418
Hunter Lab41.734272.2941-0.1082
CIE-Lab48.781775.6301-3.1964

#de127c color RGB value is (222,18,124).

#de127c hex color red value is 222, green value is 18 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #de127c hue: 0.91 , saturation: 0.85 and the lightness value of de127c is 0.47.

The process color (four color CMYK) of #de127c color hex is 0.00, 0.92, 0.44, 0.13. Web safe color of #de127c is #cc0066. Color #de127c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010010 01111100
Octal 336 22 174
Decimal 222 18 124
Hex DE 12 7C

RGB Percentages of Color #de127c

%60.99
%4.95
%34.07

CMYK Percentages of Color #de127c

%0
%92
%44
%13

Triadic Colors of #de127c

#de127c #7cde12 #127cde

Analogous Colors of #de127c

#de127c #de1216 #da12de

Monochromatic Colors of #de127c

#de127c

Complementary Color

#de127c #12de74

#de127c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de127c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de127c Color CSS Codes

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

#de127c Text Font Color

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

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


#de127c Background Color

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

This div background color is #de127c


#de127c Border Color

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

This div border color is #de127c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,18,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de127c


Comments

No comments written yet.

Please login to write comment.