Color Hex Logo

#ea78ef Color Hex

#EA78EF
(234,120,239)
0 Favorites   0 Comments

Color spaces of #ea78ef

RGB 234120239
HSL0.830.790.70
HSV297°50°94°
CMYK 0.020.500.00   0.06
XYZ56.228137.157485.8699
Yxy37.15740.31370.2073
Hunter Lab60.956957.9782-40.8520
CIE-Lab67.395060.2738-40.9964

#ea78ef color RGB value is (234,120,239).

#ea78ef hex color red value is 234, green value is 120 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ea78ef hue: 0.83 , saturation: 0.79 and the lightness value of ea78ef is 0.70.

The process color (four color CMYK) of #ea78ef color hex is 0.02, 0.50, 0.00, 0.06. Web safe color of #ea78ef is #ff66ff. Color #ea78ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 11101111
Octal 352 170 357
Decimal 234 120 239
Hex EA 78 EF

RGB Percentages of Color #ea78ef

%39.46
%20.24
%40.30

CMYK Percentages of Color #ea78ef

%2
%50
%0
%6

Triadic Colors of #ea78ef

#ea78ef #efea78 #78efea

Analogous Colors of #ea78ef

#ea78ef #ef78b9 #af78ef

Monochromatic Colors of #ea78ef

#ea78ef

Complementary Color

#ea78ef #7def78

#ea78ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea78ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea78ef Color CSS Codes

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

#ea78ef Text Font Color

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

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


#ea78ef Background Color

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

This div background color is #ea78ef


#ea78ef Border Color

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

This div border color is #ea78ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea78ef


Comments

No comments written yet.

Please login to write comment.