Color Hex Logo

#e353fa Color Hex

#E353FA
(227,83,250)
0 Favorites   0 Comments

Color spaces of #e353fa

RGB 22783250
HSL0.810.940.65
HSV292°67°98°
CMYK 0.090.670.00   0.02
XYZ52.027129.419593.3789
Yxy29.41950.29760.1683
Hunter Lab54.239776.2988-64.1056
CIE-Lab61.150176.4663-56.9998

#e353fa color RGB value is (227,83,250).

#e353fa hex color red value is 227, green value is 83 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e353fa hue: 0.81 , saturation: 0.94 and the lightness value of e353fa is 0.65.

The process color (four color CMYK) of #e353fa color hex is 0.09, 0.67, 0.00, 0.02. Web safe color of #e353fa is #cc66ff. Color #e353fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010011 11111010
Octal 343 123 372
Decimal 227 83 250
Hex E3 53 FA

RGB Percentages of Color #e353fa

%40.54
%14.82
%44.64

CMYK Percentages of Color #e353fa

%9
%67
%0
%2

Triadic Colors of #e353fa

#e353fa #fae353 #53fae3

Analogous Colors of #e353fa

#e353fa #fa53be #9053fa

Monochromatic Colors of #e353fa

#e353fa

Complementary Color

#e353fa #6afa53

#e353fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e353fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e353fa Color CSS Codes

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

#e353fa Text Font Color

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

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


#e353fa Background Color

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

This div background color is #e353fa


#e353fa Border Color

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

This div border color is #e353fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e353fa


Comments

No comments written yet.

Please login to write comment.