Color Hex Logo

#e35afc Color Hex

#E35AFC
(227,90,252)
0 Favorites   0 Comments

Color spaces of #e35afc

RGB 22790252
HSL0.810.960.67
HSV291°64°99°
CMYK 0.100.640.00   0.01
XYZ52.905430.671595.2272
Yxy30.67150.29590.1715
Hunter Lab55.381973.5999-63.1798
CIE-Lab62.229374.1031-56.3845

#e35afc color RGB value is (227,90,252).

#e35afc hex color red value is 227, green value is 90 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e35afc hue: 0.81 , saturation: 0.96 and the lightness value of e35afc is 0.67.

The process color (four color CMYK) of #e35afc color hex is 0.10, 0.64, 0.00, 0.01. Web safe color of #e35afc is #cc66ff. Color #e35afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 11111100
Octal 343 132 374
Decimal 227 90 252
Hex E3 5A FC

RGB Percentages of Color #e35afc

%39.89
%15.82
%44.29

CMYK Percentages of Color #e35afc

%10
%64
%0
%1

Triadic Colors of #e35afc

#e35afc #fce35a #5afce3

Analogous Colors of #e35afc

#e35afc #fc5ac4 #925afc

Monochromatic Colors of #e35afc

#e35afc

Complementary Color

#e35afc #73fc5a

#e35afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35afc Color CSS Codes

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

#e35afc Text Font Color

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

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


#e35afc Background Color

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

This div background color is #e35afc


#e35afc Border Color

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

This div border color is #e35afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35afc


Comments

No comments written yet.

Please login to write comment.