Color Hex Logo

#ea93fc Color Hex

#EA93FC
(234,147,252)
0 Favorites   0 Comments

Color spaces of #ea93fc

RGB 234147252
HSL0.800.950.78
HSV290°42°99°
CMYK 0.070.420.00   0.01
XYZ61.936145.388197.5919
Yxy45.38810.30230.2215
Hunter Lab67.370746.2022-38.7269
CIE-Lab73.146749.2297-39.1317

#ea93fc color RGB value is (234,147,252).

#ea93fc hex color red value is 234, green value is 147 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ea93fc hue: 0.80 , saturation: 0.95 and the lightness value of ea93fc is 0.78.

The process color (four color CMYK) of #ea93fc color hex is 0.07, 0.42, 0.00, 0.01. Web safe color of #ea93fc is #ff99ff. Color #ea93fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010011 11111100
Octal 352 223 374
Decimal 234 147 252
Hex EA 93 FC

RGB Percentages of Color #ea93fc

%36.97
%23.22
%39.81

CMYK Percentages of Color #ea93fc

%7
%42
%0
%1

Triadic Colors of #ea93fc

#ea93fc #fcea93 #93fcea

Analogous Colors of #ea93fc

#ea93fc #fc93da #b693fc

Monochromatic Colors of #ea93fc

#ea93fc

Complementary Color

#ea93fc #a5fc93

#ea93fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea93fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea93fc Color CSS Codes

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

#ea93fc Text Font Color

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

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


#ea93fc Background Color

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

This div background color is #ea93fc


#ea93fc Border Color

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

This div border color is #ea93fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea93fc


Comments

No comments written yet.

Please login to write comment.