Color Hex Logo

#ea74ee Color Hex

#EA74EE
(234,116,238)
0 Favorites   0 Comments

Color spaces of #ea74ee

RGB 234116238
HSL0.830.780.69
HSV298°51°93°
CMYK 0.020.510.00   0.07
XYZ55.609736.156384.9368
Yxy36.15630.31470.2046
Hunter Lab60.130159.8532-41.6590
CIE-Lab66.639261.9870-41.6278

#ea74ee color RGB value is (234,116,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 11101110
Octal 352 164 356
Decimal 234 116 238
Hex EA 74 EE

RGB Percentages of Color #ea74ee

%39.80
%19.73
%40.48

CMYK Percentages of Color #ea74ee

%2
%51
%0
%7

Triadic Colors of #ea74ee

#ea74ee #eeea74 #74eeea

Analogous Colors of #ea74ee

#ea74ee #ee74b5 #ad74ee

Monochromatic Colors of #ea74ee

#ea74ee

Complementary Color

#ea74ee #78ee74

#ea74ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea74ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea74ee Color CSS Codes

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

#ea74ee Text Font Color

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

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


#ea74ee Background Color

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

This div background color is #ea74ee


#ea74ee Border Color

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

This div border color is #ea74ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea74ee


Comments

No comments written yet.

Please login to write comment.