Color Hex Logo

#de46eb Color Hex

#DE46EB
(222,70,235)
0 Favorites   0 Comments

Color spaces of #de46eb

RGB 22270235
HSL0.820.800.60
HSV295°70°92°
CMYK 0.060.700.00   0.08
XYZ47.309825.908181.1045
Yxy25.90810.30660.1679
Hunter Lab50.900076.8346-58.8432
CIE-Lab57.949777.5058-53.7979

#de46eb color RGB value is (222,70,235).

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

The process color (four color CMYK) of #de46eb color hex is 0.06, 0.70, 0.00, 0.08. Web safe color of #de46eb is #cc33ff. Color #de46eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000110 11101011
Octal 336 106 353
Decimal 222 70 235
Hex DE 46 EB

RGB Percentages of Color #de46eb

%42.13
%13.28
%44.59

CMYK Percentages of Color #de46eb

%6
%70
%0
%8

Triadic Colors of #de46eb

#de46eb #ebde46 #46ebde

Analogous Colors of #de46eb

#de46eb #eb46a6 #8c46eb

Monochromatic Colors of #de46eb

#de46eb

Complementary Color

#de46eb #53eb46

#de46eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de46eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de46eb Color CSS Codes

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

#de46eb Text Font Color

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

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


#de46eb Background Color

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

This div background color is #de46eb


#de46eb Border Color

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

This div border color is #de46eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de46eb


Comments

No comments written yet.

Please login to write comment.