Color Hex Logo

#ea74eb Color Hex

#EA74EB
(234,116,235)
0 Favorites   0 Comments

Color spaces of #ea74eb

RGB 234116235
HSL0.830.750.69
HSV299°51°92°
CMYK 0.000.510.00   0.08
XYZ55.172535.981482.6345
Yxy35.98140.31750.2070
Hunter Lab59.984559.2077-39.6886
CIE-Lab66.505761.4635-40.1791

#ea74eb color RGB value is (234,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 11101011
Octal 352 164 353
Decimal 234 116 235
Hex EA 74 EB

RGB Percentages of Color #ea74eb

%40.00
%19.83
%40.17

CMYK Percentages of Color #ea74eb

%0
%51
%0
%8

Triadic Colors of #ea74eb

#ea74eb #ebea74 #74ebea

Analogous Colors of #ea74eb

#ea74eb #eb74b1 #af74eb

Monochromatic Colors of #ea74eb

#ea74eb

Complementary Color

#ea74eb #75eb74

#ea74eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea74eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea74eb Color CSS Codes

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

#ea74eb Text Font Color

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

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


#ea74eb Background Color

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

This div background color is #ea74eb


#ea74eb Border Color

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

This div border color is #ea74eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea74eb


Comments

No comments written yet.

Please login to write comment.