color codes Logo

#ea1c9d color codes

#EA1C9D
(234,28,157)
0 Favorites   0 Comments

Color spaces of #ea1c9d

RGB 23428157
HSL0.900.830.51
HSV322°88°92°
CMYK 0.000.880.33   0.08
XYZ40.432720.757333.7738
Yxy20.75730.42580.2186
Hunter Lab45.560278.6808-12.0596
CIE-Lab52.682879.9939-16.9661

#ea1c9d color RGB value is (234,28,157).

#ea1c9d hex color red value is 234, green value is 28 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea1c9d hue: 0.90 , saturation: 0.83 and the lightness value of ea1c9d is 0.51.

The process color (four color CMYK) of #ea1c9d color code is 0.00, 0.88, 0.33, 0.08. Web safe color of #ea1c9d is #ff3399. Color #ea1c9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011100 10011101
Octal 352 34 235
Decimal 234 28 157
Hex EA 1C 9D

RGB Percentages of Color #ea1c9d

%55.85
%6.68
%37.47

CMYK Percentages of Color #ea1c9d

%0
%88
%33
%8

Triadic Colors of #ea1c9d

#ea1c9d #9dea1c #1c9dea

Analogous Colors of #ea1c9d

#ea1c9d #ea1c36 #d01cea

Monochromatic Colors of #ea1c9d

#ea1c9d

Complementary Color

#ea1c9d #1cea69

#ea1c9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea1c9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea1c9d Color CSS Codes

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

#ea1c9d Text Font Color

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

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


#ea1c9d Background Color

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

This div background color is #ea1c9d


#ea1c9d Border Color

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

This div border color is #ea1c9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea1c9d


Comments

No comments written yet.

Please login to write comment.