Color Hex Logo

#de71e3 Color Hex

#DE71E3
(222,113,227)
0 Favorites   0 Comments

Color spaces of #de71e3

RGB 222113227
HSL0.830.670.67
HSV297°50°89°
CMYK 0.020.500.00   0.11
XYZ49.894532.885976.3909
Yxy32.88590.31350.2066
Hunter Lab57.346254.9493-38.8378
CIE-Lab64.068458.2207-39.6659

#de71e3 color RGB value is (222,113,227).

#de71e3 hex color red value is 222, green value is 113 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #de71e3 hue: 0.83 , saturation: 0.67 and the lightness value of de71e3 is 0.67.

The process color (four color CMYK) of #de71e3 color hex is 0.02, 0.50, 0.00, 0.11. Web safe color of #de71e3 is #cc66cc. Color #de71e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 11100011
Octal 336 161 343
Decimal 222 113 227
Hex DE 71 E3

RGB Percentages of Color #de71e3

%39.50
%20.11
%40.39

CMYK Percentages of Color #de71e3

%2
%50
%0
%11

Triadic Colors of #de71e3

#de71e3 #e3de71 #71e3de

Analogous Colors of #de71e3

#de71e3 #e371af #a571e3

Monochromatic Colors of #de71e3

#de71e3

Complementary Color

#de71e3 #76e371

#de71e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de71e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de71e3 Color CSS Codes

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

#de71e3 Text Font Color

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

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


#de71e3 Background Color

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

This div background color is #de71e3


#de71e3 Border Color

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

This div border color is #de71e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de71e3


Comments

No comments written yet.

Please login to write comment.