Color Hex Logo

#ea007d Color Hex

#EA007D
(234,0,125)
0 Favorites   0 Comments

Color spaces of #ea007d

RGB 2340125
HSL0.911.000.46
HSV328°100°92°
CMYK 0.001.000.47   0.08
XYZ37.633418.973121.0807
Yxy18.97310.48440.2442
Hunter Lab43.558177.99391.7963
CIE-Lab50.655779.8449-0.7777

#ea007d color RGB value is (234,0,125).

#ea007d hex color red value is 234, green value is 0 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ea007d hue: 0.91 , saturation: 1.00 and the lightness value of ea007d is 0.46.

The process color (four color CMYK) of #ea007d color hex is 0.00, 1.00, 0.47, 0.08. Web safe color of #ea007d is #ff0066. Color #ea007d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000000 01111101
Octal 352 0 175
Decimal 234 0 125
Hex EA 0 7D

RGB Percentages of Color #ea007d

%65.18
%0.00
%34.82

CMYK Percentages of Color #ea007d

%0
%100
%47
%8

Triadic Colors of #ea007d

#ea007d #7dea00 #007dea

Analogous Colors of #ea007d

#ea007d #ea0008 #e200ea

Monochromatic Colors of #ea007d

#ea007d

Complementary Color

#ea007d #00ea6d

#ea007d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea007d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea007d Color CSS Codes

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

#ea007d Text Font Color

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

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


#ea007d Background Color

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

This div background color is #ea007d


#ea007d Border Color

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

This div border color is #ea007d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea007d


Comments

No comments written yet.

Please login to write comment.