Color Hex Logo

#de35eb Color Hex

#DE35EB
(222,53,235)
0 Favorites   0 Comments

Color spaces of #de35eb

RGB 22253235
HSL0.820.820.56
HSV296°77°92°
CMYK 0.060.770.00   0.08
XYZ46.392724.074080.7988
Yxy24.07400.30670.1592
Hunter Lab49.065382.9130-63.2908
CIE-Lab56.161882.6351-56.6524

#de35eb color RGB value is (222,53,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110101 11101011
Octal 336 65 353
Decimal 222 53 235
Hex DE 35 EB

RGB Percentages of Color #de35eb

%43.53
%10.39
%46.08

CMYK Percentages of Color #de35eb

%6
%77
%0
%8

Triadic Colors of #de35eb

#de35eb #ebde35 #35ebde

Analogous Colors of #de35eb

#de35eb #eb359d #8335eb

Monochromatic Colors of #de35eb

#de35eb

Complementary Color

#de35eb #42eb35

#de35eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de35eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#de35eb Color CSS Codes

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

#de35eb Text Font Color

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

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


#de35eb Background Color

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

This div background color is #de35eb


#de35eb Border Color

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

This div border color is #de35eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de35eb


Comments

No comments written yet.

Please login to write comment.