Color Hex Logo

#ea90f6 Color Hex

#EA90F6
(234,144,246)
0 Favorites   0 Comments

Color spaces of #ea90f6

RGB 234144246
HSL0.810.850.76
HSV293°41°96°
CMYK 0.050.410.00   0.04
XYZ60.539544.092892.5088
Yxy44.09280.30710.2237
Hunter Lab66.402446.5354-36.1184
CIE-Lab72.290549.6373-37.2002

#ea90f6 color RGB value is (234,144,246).

#ea90f6 hex color red value is 234, green value is 144 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ea90f6 hue: 0.81 , saturation: 0.85 and the lightness value of ea90f6 is 0.76.

The process color (four color CMYK) of #ea90f6 color hex is 0.05, 0.41, 0.00, 0.04. Web safe color of #ea90f6 is #ff99ff. Color #ea90f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 11110110
Octal 352 220 366
Decimal 234 144 246
Hex EA 90 F6

RGB Percentages of Color #ea90f6

%37.50
%23.08
%39.42

CMYK Percentages of Color #ea90f6

%5
%41
%0
%4

Triadic Colors of #ea90f6

#ea90f6 #f6ea90 #90f6ea

Analogous Colors of #ea90f6

#ea90f6 #f690cf #b790f6

Monochromatic Colors of #ea90f6

#ea90f6

Complementary Color

#ea90f6 #9cf690

#ea90f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea90f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea90f6 Color CSS Codes

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

#ea90f6 Text Font Color

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

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


#ea90f6 Background Color

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

This div background color is #ea90f6


#ea90f6 Border Color

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

This div border color is #ea90f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea90f6


Comments

No comments written yet.

Please login to write comment.