Color Hex Logo

#ea5fff Color Hex

#EA5FFF
(234,95,255)
0 Favorites   0 Comments

Color spaces of #ea5fff

RGB 23495255
HSL0.811.000.69
HSV292°63°100°
CMYK 0.080.630.00   0.00
XYZ56.073932.896898.0020
Yxy32.89680.29990.1759
Hunter Lab57.355774.1382-61.1580
CIE-Lab64.077374.1902-55.0384

#ea5fff color RGB value is (234,95,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011111 11111111
Octal 352 137 377
Decimal 234 95 255
Hex EA 5F FF

RGB Percentages of Color #ea5fff

%40.07
%16.27
%43.66

CMYK Percentages of Color #ea5fff

%8
%63
%0
%0

Triadic Colors of #ea5fff

#ea5fff #ffea5f #5fffea

Analogous Colors of #ea5fff

#ea5fff #ff5fc4 #9a5fff

Monochromatic Colors of #ea5fff

#ea5fff

Complementary Color

#ea5fff #74ff5f

#ea5fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5fff Color CSS Codes

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

#ea5fff Text Font Color

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

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


#ea5fff Background Color

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

This div background color is #ea5fff


#ea5fff Border Color

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

This div border color is #ea5fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5fff

Related Colors


Comments

No comments written yet.

Please login to write comment.