Color Hex Logo

#ea369b Color Hex

#EA369B
(234,54,155)
0 Favorites   0 Comments

Color spaces of #ea369b

RGB 23454155
HSL0.910.810.56
HSV326°77°92°
CMYK 0.000.770.34   0.08
XYZ41.167222.497333.1830
Yxy22.49730.42510.2323
Hunter Lab47.431371.9212-8.2774
CIE-Lab54.550774.2061-12.9516

#ea369b color RGB value is (234,54,155).

#ea369b hex color red value is 234, green value is 54 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ea369b hue: 0.91 , saturation: 0.81 and the lightness value of ea369b is 0.56.

The process color (four color CMYK) of #ea369b color hex is 0.00, 0.77, 0.34, 0.08. Web safe color of #ea369b is #ff3399. Color #ea369b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110110 10011011
Octal 352 66 233
Decimal 234 54 155
Hex EA 36 9B

RGB Percentages of Color #ea369b

%52.82
%12.19
%34.99

CMYK Percentages of Color #ea369b

%0
%77
%34
%8

Triadic Colors of #ea369b

#ea369b #9bea36 #369bea

Analogous Colors of #ea369b

#ea369b #ea3641 #df36ea

Monochromatic Colors of #ea369b

#ea369b

Complementary Color

#ea369b #36ea85

#ea369b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea369b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea369b Color CSS Codes

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

#ea369b Text Font Color

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

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


#ea369b Background Color

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

This div background color is #ea369b


#ea369b Border Color

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

This div border color is #ea369b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea369b


Comments

No comments written yet.

Please login to write comment.