Color Hex Logo

#ea5feb Color Hex

#EA5FEB
(234,95,235)
0 Favorites   0 Comments

Color spaces of #ea5feb

RGB 23495235
HSL0.830.780.65
HSV300°60°92°
CMYK 0.000.600.00   0.08
XYZ53.019331.675081.9167
Yxy31.67500.31820.1901
Hunter Lab56.280569.6656-46.9006
CIE-Lab63.073470.7601-45.5672

#ea5feb color RGB value is (234,95,235).

#ea5feb hex color red value is 234, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ea5feb hue: 0.83 , saturation: 0.78 and the lightness value of ea5feb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011111 11101011
Octal 352 137 353
Decimal 234 95 235
Hex EA 5F EB

RGB Percentages of Color #ea5feb

%41.49
%16.84
%41.67

CMYK Percentages of Color #ea5feb

%0
%60
%0
%8

Triadic Colors of #ea5feb

#ea5feb #ebea5f #5febea

Analogous Colors of #ea5feb

#ea5feb #eb5fa6 #a45feb

Monochromatic Colors of #ea5feb

#ea5feb

Complementary Color

#ea5feb #60eb5f

#ea5feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5feb Color CSS Codes

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

#ea5feb Text Font Color

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

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


#ea5feb Background Color

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

This div background color is #ea5feb


#ea5feb Border Color

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

This div border color is #ea5feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,95,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea5feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5feb


Comments

No comments written yet.

Please login to write comment.