Color Hex Logo

#de027d Color Hex

#DE027D
(222,2,125)
0 Favorites   0 Comments

Color spaces of #de027d

RGB 2222125
HSL0.910.980.44
HSV326°99°87°
CMYK 0.000.990.44   0.13
XYZ33.847617.053720.9098
Yxy17.05370.47130.2375
Hunter Lab41.296174.0360-1.1135
CIE-Lab48.327677.1307-4.4781

#de027d color RGB value is (222,2,125).

#de027d hex color red value is 222, green value is 2 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #de027d hue: 0.91 , saturation: 0.98 and the lightness value of de027d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000010 01111101
Octal 336 2 175
Decimal 222 2 125
Hex DE 2 7D

RGB Percentages of Color #de027d

%63.61
%0.57
%35.82

CMYK Percentages of Color #de027d

%0
%99
%44
%13

Triadic Colors of #de027d

#de027d #7dde02 #027dde

Analogous Colors of #de027d

#de027d #de020f #d102de

Monochromatic Colors of #de027d

#de027d

Complementary Color

#de027d #02de63

#de027d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de027d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de027d Color CSS Codes

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

#de027d Text Font Color

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

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


#de027d Background Color

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

This div background color is #de027d


#de027d Border Color

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

This div border color is #de027d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de027d


Comments

No comments written yet.

Please login to write comment.