Color Hex Logo

#e239ff Color Hex

#E239FF
(226,57,255)
0 Favorites   0 Comments

Color spaces of #e239ff

RGB 22657255
HSL0.811.000.61
HSV291°78°100°
CMYK 0.110.780.00   0.00
XYZ50.877226.315097.0055
Yxy26.31500.29210.1511
Hunter Lab51.298187.2635-76.2095
CIE-Lab58.334885.5652-64.2824

#e239ff color RGB value is (226,57,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111001 11111111
Octal 342 71 377
Decimal 226 57 255
Hex E2 39 FF

RGB Percentages of Color #e239ff

%42.01
%10.59
%47.40

CMYK Percentages of Color #e239ff

%11
%78
%0
%0

Triadic Colors of #e239ff

#e239ff #ffe239 #39ffe2

Analogous Colors of #e239ff

#e239ff #ff39b9 #7f39ff

Monochromatic Colors of #e239ff

#e239ff

Complementary Color

#e239ff #56ff39

#e239ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e239ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e239ff Color CSS Codes

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

#e239ff Text Font Color

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

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


#e239ff Background Color

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

This div background color is #e239ff


#e239ff Border Color

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

This div border color is #e239ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e239ff

Related Colors


Comments

No comments written yet.

Please login to write comment.