Color Hex Logo

#ea25dc Color Hex

#EA25DC
(234,37,220)
0 Favorites   0 Comments

Color spaces of #ea25dc

RGB 23437220
HSL0.850.820.53
HSV304°84°92°
CMYK 0.000.840.06   0.08
XYZ47.511523.982969.8352
Yxy23.98290.33620.1697
Hunter Lab48.972387.4738-50.2677
CIE-Lab56.070786.1674-48.2186

#ea25dc color RGB value is (234,37,220).

#ea25dc hex color red value is 234, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ea25dc hue: 0.85 , saturation: 0.82 and the lightness value of ea25dc is 0.53.

The process color (four color CMYK) of #ea25dc color hex is 0.00, 0.84, 0.06, 0.08. Web safe color of #ea25dc is #ff33cc. Color #ea25dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100101 11011100
Octal 352 45 334
Decimal 234 37 220
Hex EA 25 DC

RGB Percentages of Color #ea25dc

%47.66
%7.54
%44.81

CMYK Percentages of Color #ea25dc

%0
%84
%6
%8

Triadic Colors of #ea25dc

#ea25dc #dcea25 #25dcea

Analogous Colors of #ea25dc

#ea25dc #ea257a #9625ea

Monochromatic Colors of #ea25dc

#ea25dc

Complementary Color

#ea25dc #25ea33

#ea25dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea25dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea25dc Color CSS Codes

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

#ea25dc Text Font Color

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

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


#ea25dc Background Color

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

This div background color is #ea25dc


#ea25dc Border Color

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

This div border color is #ea25dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea25dc


Comments

No comments written yet.

Please login to write comment.