Color Hex Logo

#e323ff Color Hex

#E323FF
(227,35,255)
0 Favorites   0 Comments

Color spaces of #e323ff

RGB 22735255
HSL0.811.000.57
HSV292°86°100°
CMYK 0.110.860.00   0.00
XYZ50.329624.753096.7329
Yxy24.75300.29290.1441
Hunter Lab49.752493.5042-80.4501
CIE-Lab56.834090.5728-66.6897

#e323ff color RGB value is (227,35,255).

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

The process color (four color CMYK) of #e323ff color hex is 0.11, 0.86, 0.00, 0.00. Web safe color of #e323ff is #cc33ff. Color #e323ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100011 11111111
Octal 343 43 377
Decimal 227 35 255
Hex E3 23 FF

RGB Percentages of Color #e323ff

%43.91
%6.77
%49.32

CMYK Percentages of Color #e323ff

%11
%86
%0
%0

Triadic Colors of #e323ff

#e323ff #ffe323 #23ffe3

Analogous Colors of #e323ff

#e323ff #ff23ad #7523ff

Monochromatic Colors of #e323ff

#e323ff

Complementary Color

#e323ff #3fff23

#e323ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e323ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e323ff Color CSS Codes

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

#e323ff Text Font Color

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

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


#e323ff Background Color

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

This div background color is #e323ff


#e323ff Border Color

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

This div border color is #e323ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e323ff

Related Colors


Comments

No comments written yet.

Please login to write comment.