Color Hex Logo

#e23aff Color Hex

#E23AFF
(226,58,255)
0 Favorites   0 Comments

Color spaces of #e23aff

RGB 22658255
HSL0.811.000.61
HSV291°77°100°
CMYK 0.110.770.00   0.00
XYZ50.927126.414997.0222
Yxy26.41490.29210.1515
Hunter Lab51.395486.9315-75.9485
CIE-Lab58.428885.2930-64.1315

#e23aff color RGB value is (226,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111010 11111111
Octal 342 72 377
Decimal 226 58 255
Hex E2 3A FF

RGB Percentages of Color #e23aff

%41.93
%10.76
%47.31

CMYK Percentages of Color #e23aff

%11
%77
%0
%0

Triadic Colors of #e23aff

#e23aff #ffe23a #3affe2

Analogous Colors of #e23aff

#e23aff #ff3aba #803aff

Monochromatic Colors of #e23aff

#e23aff

Complementary Color

#e23aff #57ff3a

#e23aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23aff Color CSS Codes

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

#e23aff Text Font Color

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

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


#e23aff Background Color

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

This div background color is #e23aff


#e23aff Border Color

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

This div border color is #e23aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23aff


Comments

No comments written yet.

Please login to write comment.