Color Hex Logo

#ea25ce Color Hex

#EA25CE
(234,37,206)
0 Favorites   0 Comments

Color spaces of #ea25ce

RGB 23437206
HSL0.860.820.53
HSV309°84°92°
CMYK 0.000.840.12   0.08
XYZ45.733823.271860.4740
Yxy23.27180.35320.1797
Hunter Lab48.240984.8019-40.5564
CIE-Lab55.351284.2564-41.3798

#ea25ce color RGB value is (234,37,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100101 11001110
Octal 352 45 316
Decimal 234 37 206
Hex EA 25 CE

RGB Percentages of Color #ea25ce

%49.06
%7.76
%43.19

CMYK Percentages of Color #ea25ce

%0
%84
%12
%8

Triadic Colors of #ea25ce

#ea25ce #ceea25 #25ceea

Analogous Colors of #ea25ce

#ea25ce #ea256c #a425ea

Monochromatic Colors of #ea25ce

#ea25ce

Complementary Color

#ea25ce #25ea41

#ea25ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea25ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea25ce Color CSS Codes

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

#ea25ce Text Font Color

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

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


#ea25ce Background Color

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

This div background color is #ea25ce


#ea25ce Border Color

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

This div border color is #ea25ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea25ce


Comments

No comments written yet.

Please login to write comment.