Color Hex Logo

#ea55cd Color Hex

#EA55CD
(234,85,205)
0 Favorites   0 Comments

Color spaces of #ea55cd

RGB 23485205
HSL0.870.780.63
HSV312°64°92°
CMYK 0.000.640.12   0.08
XYZ48.199628.397260.6984
Yxy28.39720.35110.2068
Hunter Lab53.289068.1964-30.2314
CIE-Lab60.245970.0772-33.1438

#ea55cd color RGB value is (234,85,205).

#ea55cd hex color red value is 234, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ea55cd hue: 0.87 , saturation: 0.78 and the lightness value of ea55cd is 0.63.

The process color (four color CMYK) of #ea55cd color hex is 0.00, 0.64, 0.12, 0.08. Web safe color of #ea55cd is #ff66cc. Color #ea55cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 11001101
Octal 352 125 315
Decimal 234 85 205
Hex EA 55 CD

RGB Percentages of Color #ea55cd

%44.66
%16.22
%39.12

CMYK Percentages of Color #ea55cd

%0
%64
%12
%8

Triadic Colors of #ea55cd

#ea55cd #cdea55 #55cdea

Analogous Colors of #ea55cd

#ea55cd #ea5583 #bd55ea

Monochromatic Colors of #ea55cd

#ea55cd

Complementary Color

#ea55cd #55ea72

#ea55cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea55cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea55cd Color CSS Codes

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

#ea55cd Text Font Color

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

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


#ea55cd Background Color

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

This div background color is #ea55cd


#ea55cd Border Color

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

This div border color is #ea55cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea55cd


Comments

No comments written yet.

Please login to write comment.