Color Hex Logo

#ea87fc Color Hex

#EA87FC
(234,135,252)
0 Favorites   0 Comments

Color spaces of #ea87fc

RGB 234135252
HSL0.810.950.76
HSV291°46°99°
CMYK 0.070.460.00   0.01
XYZ60.166341.848697.0019
Yxy41.84860.30230.2103
Hunter Lab64.690552.8081-43.6206
CIE-Lab70.766455.3208-42.8463

#ea87fc color RGB value is (234,135,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000111 11111100
Octal 352 207 374
Decimal 234 135 252
Hex EA 87 FC

RGB Percentages of Color #ea87fc

%37.68
%21.74
%40.58

CMYK Percentages of Color #ea87fc

%7
%46
%0
%1

Triadic Colors of #ea87fc

#ea87fc #fcea87 #87fcea

Analogous Colors of #ea87fc

#ea87fc #fc87d4 #b087fc

Monochromatic Colors of #ea87fc

#ea87fc

Complementary Color

#ea87fc #99fc87

#ea87fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea87fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea87fc Color CSS Codes

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

#ea87fc Text Font Color

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

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


#ea87fc Background Color

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

This div background color is #ea87fc


#ea87fc Border Color

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

This div border color is #ea87fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea87fc


Comments

No comments written yet.

Please login to write comment.