Color Hex Logo

#ea73b6 Color Hex

#EA73B6
(234,115,182)
0 Favorites   0 Comments

Color spaces of #ea73b6

RGB 234115182
HSL0.910.740.68
HSV326°51°92°
CMYK 0.000.510.22   0.08
XYZ48.505933.131348.0944
Yxy33.13130.37390.2554
Hunter Lab57.559849.6931-9.2482
CIE-Lab64.267153.5874-13.9231

#ea73b6 color RGB value is (234,115,182).

#ea73b6 hex color red value is 234, green value is 115 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ea73b6 hue: 0.91 , saturation: 0.74 and the lightness value of ea73b6 is 0.68.

The process color (four color CMYK) of #ea73b6 color hex is 0.00, 0.51, 0.22, 0.08. Web safe color of #ea73b6 is #ff66cc. Color #ea73b6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 10110110
Octal 352 163 266
Decimal 234 115 182
Hex EA 73 B6

RGB Percentages of Color #ea73b6

%44.07
%21.66
%34.27

CMYK Percentages of Color #ea73b6

%0
%51
%22
%8

Triadic Colors of #ea73b6

#ea73b6 #b6ea73 #73b6ea

Analogous Colors of #ea73b6

#ea73b6 #ea737b #e373ea

Monochromatic Colors of #ea73b6

#ea73b6

Complementary Color

#ea73b6 #73eaa7

#ea73b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea73b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea73b6 Color CSS Codes

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

#ea73b6 Text Font Color

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

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


#ea73b6 Background Color

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

This div background color is #ea73b6


#ea73b6 Border Color

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

This div border color is #ea73b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea73b6


Comments

No comments written yet.

Please login to write comment.