Color Hex Logo

#de71ef Color Hex

#DE71EF
(222,113,239)
0 Favorites   0 Comments

Color spaces of #de71ef

RGB 222113239
HSL0.810.800.69
HSV292°53°94°
CMYK 0.070.530.00   0.06
XYZ51.609333.571885.4213
Yxy33.57180.30250.1968
Hunter Lab57.941257.5963-46.8510
CIE-Lab64.621360.4066-45.4564

#de71ef color RGB value is (222,113,239).

#de71ef hex color red value is 222, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #de71ef hue: 0.81 , saturation: 0.80 and the lightness value of de71ef is 0.69.

The process color (four color CMYK) of #de71ef color hex is 0.07, 0.53, 0.00, 0.06. Web safe color of #de71ef is #cc66ff. Color #de71ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110001 11101111
Octal 336 161 357
Decimal 222 113 239
Hex DE 71 EF

RGB Percentages of Color #de71ef

%38.68
%19.69
%41.64

CMYK Percentages of Color #de71ef

%7
%53
%0
%6

Triadic Colors of #de71ef

#de71ef #efde71 #71efde

Analogous Colors of #de71ef

#de71ef #ef71c1 #9f71ef

Monochromatic Colors of #de71ef

#de71ef

Complementary Color

#de71ef #82ef71

#de71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de71ef Color CSS Codes

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

#de71ef Text Font Color

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

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


#de71ef Background Color

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

This div background color is #de71ef


#de71ef Border Color

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

This div border color is #de71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de71ef


Comments

No comments written yet.

Please login to write comment.