Color Hex Logo

#e230ff Color Hex

#E230FF
(226,48,255)
0 Favorites   0 Comments

Color spaces of #e230ff

RGB 22648255
HSL0.811.000.59
HSV292°81°100°
CMYK 0.110.810.00   0.00
XYZ50.471025.502796.8701
Yxy25.50270.29200.1475
Hunter Lab50.500290.0214-78.3807
CIE-Lab57.562087.8133-65.5254

#e230ff color RGB value is (226,48,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 11111111
Octal 342 60 377
Decimal 226 48 255
Hex E2 30 FF

RGB Percentages of Color #e230ff

%42.72
%9.07
%48.20

CMYK Percentages of Color #e230ff

%11
%81
%0
%0

Triadic Colors of #e230ff

#e230ff #ffe230 #30ffe2

Analogous Colors of #e230ff

#e230ff #ff30b5 #7b30ff

Monochromatic Colors of #e230ff

#e230ff

Complementary Color

#e230ff #4dff30

#e230ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e230ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e230ff Color CSS Codes

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

#e230ff Text Font Color

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

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


#e230ff Background Color

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

This div background color is #e230ff


#e230ff Border Color

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

This div border color is #e230ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e230ff


Comments

No comments written yet.

Please login to write comment.