Color Hex Logo

#e325ff Color Hex

#E325FF
(227,37,255)
0 Favorites   0 Comments

Color spaces of #e325ff

RGB 22737255
HSL0.811.000.57
HSV292°85°100°
CMYK 0.110.850.00   0.00
XYZ50.390124.874096.7531
Yxy24.87400.29290.1446
Hunter Lab49.873893.0685-80.1084
CIE-Lab56.952490.2241-66.4988

#e325ff color RGB value is (227,37,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00100101 11111111
Octal 343 45 377
Decimal 227 37 255
Hex E3 25 FF

RGB Percentages of Color #e325ff

%43.74
%7.13
%49.13

CMYK Percentages of Color #e325ff

%11
%85
%0
%0

Triadic Colors of #e325ff

#e325ff #ffe325 #25ffe3

Analogous Colors of #e325ff

#e325ff #ff25ae #7625ff

Monochromatic Colors of #e325ff

#e325ff

Complementary Color

#e325ff #41ff25

#e325ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e325ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e325ff Color CSS Codes

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

#e325ff Text Font Color

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

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


#e325ff Background Color

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

This div background color is #e325ff


#e325ff Border Color

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

This div border color is #e325ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e325ff

Related Colors


Comments

No comments written yet.

Please login to write comment.