Color Hex Logo

#ea56ff Color Hex

#EA56FF
(234,86,255)
0 Favorites   0 Comments

Color spaces of #ea56ff

RGB 23486255
HSL0.811.000.67
HSV293°66°100°
CMYK 0.080.660.00   0.00
XYZ55.309531.368097.7472
Yxy31.36800.29990.1701
Hunter Lab56.007178.2640-64.2717
CIE-Lab62.817177.7078-57.0437

#ea56ff color RGB value is (234,86,255).

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

The process color (four color CMYK) of #ea56ff color hex is 0.08, 0.66, 0.00, 0.00. Web safe color of #ea56ff is #ff66ff. Color #ea56ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010110 11111111
Octal 352 126 377
Decimal 234 86 255
Hex EA 56 FF

RGB Percentages of Color #ea56ff

%40.70
%14.96
%44.35

CMYK Percentages of Color #ea56ff

%8
%66
%0
%0

Triadic Colors of #ea56ff

#ea56ff #ffea56 #56ffea

Analogous Colors of #ea56ff

#ea56ff #ff56c0 #9656ff

Monochromatic Colors of #ea56ff

#ea56ff

Complementary Color

#ea56ff #6bff56

#ea56ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea56ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea56ff Color CSS Codes

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

#ea56ff Text Font Color

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

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


#ea56ff Background Color

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

This div background color is #ea56ff


#ea56ff Border Color

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

This div border color is #ea56ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea56ff

Related Colors


Comments

No comments written yet.

Please login to write comment.