Color Hex Logo

#de46ee Color Hex

#DE46EE
(222,70,238)
0 Favorites   0 Comments

Color spaces of #de46ee

RGB 22270238
HSL0.820.830.60
HSV294°71°93°
CMYK 0.070.710.00   0.07
XYZ47.747026.083083.4069
Yxy26.08300.30370.1659
Hunter Lab51.071577.5053-61.0788
CIE-Lab58.115778.0070-55.2112

#de46ee color RGB value is (222,70,238).

#de46ee hex color red value is 222, green value is 70 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #de46ee hue: 0.82 , saturation: 0.83 and the lightness value of de46ee is 0.60.

The process color (four color CMYK) of #de46ee color hex is 0.07, 0.71, 0.00, 0.07. Web safe color of #de46ee is #cc33ff. Color #de46ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000110 11101110
Octal 336 106 356
Decimal 222 70 238
Hex DE 46 EE

RGB Percentages of Color #de46ee

%41.89
%13.21
%44.91

CMYK Percentages of Color #de46ee

%7
%71
%0
%7

Triadic Colors of #de46ee

#de46ee #eede46 #46eede

Analogous Colors of #de46ee

#de46ee #ee46aa #8a46ee

Monochromatic Colors of #de46ee

#de46ee

Complementary Color

#de46ee #56ee46

#de46ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de46ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#de46ee Color CSS Codes

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

#de46ee Text Font Color

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

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


#de46ee Background Color

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

This div background color is #de46ee


#de46ee Border Color

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

This div border color is #de46ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de46ee


Comments

No comments written yet.

Please login to write comment.