Color Hex Logo

#de95ef Color Hex

#DE95EF
(222,149,239)
0 Favorites   0 Comments

Color spaces of #de95ef

RGB 222149239
HSL0.800.740.76
HSV289°38°94°
CMYK 0.070.380.00   0.06
XYZ56.451643.256587.0354
Yxy43.25650.30230.2316
Hunter Lab65.769738.1137-32.4218
CIE-Lab71.728742.1492-34.3567

#de95ef color RGB value is (222,149,239).

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

The process color (four color CMYK) of #de95ef color hex is 0.07, 0.38, 0.00, 0.06. Web safe color of #de95ef is #cc99ff. Color #de95ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010101 11101111
Octal 336 225 357
Decimal 222 149 239
Hex DE 95 EF

RGB Percentages of Color #de95ef

%36.39
%24.43
%39.18

CMYK Percentages of Color #de95ef

%7
%38
%0
%6

Triadic Colors of #de95ef

#de95ef #efde95 #95efde

Analogous Colors of #de95ef

#de95ef #ef95d3 #b195ef

Monochromatic Colors of #de95ef

#de95ef

Complementary Color

#de95ef #a6ef95

#de95ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de95ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de95ef Color CSS Codes

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

#de95ef Text Font Color

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

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


#de95ef Background Color

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

This div background color is #de95ef


#de95ef Border Color

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

This div border color is #de95ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de95ef


Comments

No comments written yet.

Please login to write comment.