Color Hex Logo

#e362ff Color Hex

#E362FF
(227,98,255)
0 Favorites   0 Comments

Color spaces of #e362ff

RGB 22798255
HSL0.801.000.69
HSV289°62°100°
CMYK 0.110.620.00   0.00
XYZ54.096232.286397.9884
Yxy32.28630.29340.1751
Hunter Lab56.821070.5033-62.4714
CIE-Lab63.578871.3495-55.8889

#e362ff color RGB value is (227,98,255).

#e362ff hex color red value is 227, green value is 98 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e362ff hue: 0.80 , saturation: 1.00 and the lightness value of e362ff is 0.69.

The process color (four color CMYK) of #e362ff color hex is 0.11, 0.62, 0.00, 0.00. Web safe color of #e362ff is #cc66ff. Color #e362ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100010 11111111
Octal 343 142 377
Decimal 227 98 255
Hex E3 62 FF

RGB Percentages of Color #e362ff

%39.14
%16.90
%43.97

CMYK Percentages of Color #e362ff

%11
%62
%0
%0

Triadic Colors of #e362ff

#e362ff #ffe362 #62ffe3

Analogous Colors of #e362ff

#e362ff #ff62cd #9562ff

Monochromatic Colors of #e362ff

#e362ff

Complementary Color

#e362ff #7eff62

#e362ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e362ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e362ff Color CSS Codes

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

#e362ff Text Font Color

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

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


#e362ff Background Color

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

This div background color is #e362ff


#e362ff Border Color

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

This div border color is #e362ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,98,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e362ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e362ff;
  -webkit-box-shadow: 1px 1px 3px 2px #e362ff;
  box-shadow:         1px 1px 3px 2px #e362ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,98,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e362ff


Comments

No comments written yet.

Please login to write comment.