Color Hex Logo

#de94ef Color Hex

#DE94EF
(222,148,239)
0 Favorites   0 Comments

Color spaces of #de94ef

RGB 222148239
HSL0.800.740.76
HSV289°38°94°
CMYK 0.070.380.00   0.06
XYZ56.294142.941486.9829
Yxy42.94140.30230.2306
Hunter Lab65.529738.6657-32.8297
CIE-Lab71.515242.6784-34.6875

#de94ef color RGB value is (222,148,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 11101111
Octal 336 224 357
Decimal 222 148 239
Hex DE 94 EF

RGB Percentages of Color #de94ef

%36.45
%24.30
%39.24

CMYK Percentages of Color #de94ef

%7
%38
%0
%6

Triadic Colors of #de94ef

#de94ef #efde94 #94efde

Analogous Colors of #de94ef

#de94ef #ef94d3 #b194ef

Monochromatic Colors of #de94ef

#de94ef

Complementary Color

#de94ef #a5ef94

#de94ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de94ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de94ef Color CSS Codes

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

#de94ef Text Font Color

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

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


#de94ef Background Color

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

This div background color is #de94ef


#de94ef Border Color

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

This div border color is #de94ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de94ef


Comments

No comments written yet.

Please login to write comment.