Color Hex Logo

#ea00fd Color Hex

#EA00FD
(234,0,253)
0 Favorites   0 Comments

Color spaces of #ea00fd

RGB 2340253
HSL0.821.000.50
HSV295°100°99°
CMYK 0.081.000.00   0.01
XYZ51.661324.584394.9509
Yxy24.58430.30180.1436
Hunter Lab49.582699.2141-78.8329
CIE-Lab56.668194.8243-65.7877

#ea00fd color RGB value is (234,0,253).

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

The process color (four color CMYK) of #ea00fd color hex is 0.08, 1.00, 0.00, 0.01. Web safe color of #ea00fd is #ff00ff. Color #ea00fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000000 11111101
Octal 352 0 375
Decimal 234 0 253
Hex EA 0 FD

RGB Percentages of Color #ea00fd

%48.05
%0.00
%51.95

CMYK Percentages of Color #ea00fd

%8
%100
%0
%1

Triadic Colors of #ea00fd

#ea00fd #fdea00 #00fdea

Analogous Colors of #ea00fd

#ea00fd #fd0092 #6c00fd

Monochromatic Colors of #ea00fd

#ea00fd

Complementary Color

#ea00fd #13fd00

#ea00fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea00fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea00fd Color CSS Codes

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

#ea00fd Text Font Color

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

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


#ea00fd Background Color

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

This div background color is #ea00fd


#ea00fd Border Color

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

This div border color is #ea00fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea00fd


Comments

No comments written yet.

Please login to write comment.