Color Hex Logo

#ea7dfc Color Hex

#EA7DFC
(234,125,252)
0 Favorites   0 Comments

Color spaces of #ea7dfc

RGB 234125252
HSL0.810.950.74
HSV291°50°99°
CMYK 0.070.500.00   0.01
XYZ58.836039.187996.5585
Yxy39.18790.30240.2014
Hunter Lab62.600258.2161-47.6324
CIE-Lab68.887260.2333-45.7927

#ea7dfc color RGB value is (234,125,252).

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

The process color (four color CMYK) of #ea7dfc color hex is 0.07, 0.50, 0.00, 0.01. Web safe color of #ea7dfc is #ff66ff. Color #ea7dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111101 11111100
Octal 352 175 374
Decimal 234 125 252
Hex EA 7D FC

RGB Percentages of Color #ea7dfc

%38.30
%20.46
%41.24

CMYK Percentages of Color #ea7dfc

%7
%50
%0
%1

Triadic Colors of #ea7dfc

#ea7dfc #fcea7d #7dfcea

Analogous Colors of #ea7dfc

#ea7dfc #fc7dcf #ab7dfc

Monochromatic Colors of #ea7dfc

#ea7dfc

Complementary Color

#ea7dfc #8ffc7d

#ea7dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7dfc Color CSS Codes

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

#ea7dfc Text Font Color

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

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


#ea7dfc Background Color

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

This div background color is #ea7dfc


#ea7dfc Border Color

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

This div border color is #ea7dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7dfc


Comments

No comments written yet.

Please login to write comment.