Color Hex Logo

#ea2feb Color Hex

#EA2FEB
(234,47,235)
0 Favorites   0 Comments

Color spaces of #ea2feb

RGB 23447235
HSL0.830.820.55
HSV300°80°92°
CMYK 0.000.800.00   0.08
XYZ49.943625.523680.8915
Yxy25.52360.31940.1632
Hunter Lab50.520988.0488-59.5675
CIE-Lab57.582186.3114-54.2729

#ea2feb color RGB value is (234,47,235).

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

The process color (four color CMYK) of #ea2feb color hex is 0.00, 0.80, 0.00, 0.08. Web safe color of #ea2feb is #ff33ff. Color #ea2feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101111 11101011
Octal 352 57 353
Decimal 234 47 235
Hex EA 2F EB

RGB Percentages of Color #ea2feb

%45.35
%9.11
%45.54

CMYK Percentages of Color #ea2feb

%0
%80
%0
%8

Triadic Colors of #ea2feb

#ea2feb #ebea2f #2febea

Analogous Colors of #ea2feb

#ea2feb #eb2f8e #8c2feb

Monochromatic Colors of #ea2feb

#ea2feb

Complementary Color

#ea2feb #30eb2f

#ea2feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2feb Color CSS Codes

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

#ea2feb Text Font Color

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

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


#ea2feb Background Color

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

This div background color is #ea2feb


#ea2feb Border Color

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

This div border color is #ea2feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2feb


Comments

No comments written yet.

Please login to write comment.