Color Hex Logo

#ea73c8 Color Hex

#EA73C8
(234,115,200)
0 Favorites   0 Comments

Color spaces of #ea73c8

RGB 234115200
HSL0.880.740.68
HSV317°51°92°
CMYK 0.000.510.15   0.08
XYZ50.487733.924058.5306
Yxy33.92400.35320.2373
Hunter Lab58.244352.8009-18.8104
CIE-Lab64.902256.2190-23.1323

#ea73c8 color RGB value is (234,115,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 11001000
Octal 352 163 310
Decimal 234 115 200
Hex EA 73 C8

RGB Percentages of Color #ea73c8

%42.62
%20.95
%36.43

CMYK Percentages of Color #ea73c8

%0
%51
%15
%8

Triadic Colors of #ea73c8

#ea73c8 #c8ea73 #73c8ea

Analogous Colors of #ea73c8

#ea73c8 #ea738d #d173ea

Monochromatic Colors of #ea73c8

#ea73c8

Complementary Color

#ea73c8 #73ea95

#ea73c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea73c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea73c8 Color CSS Codes

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

#ea73c8 Text Font Color

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

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


#ea73c8 Background Color

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

This div background color is #ea73c8


#ea73c8 Border Color

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

This div border color is #ea73c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea73c8


Comments

No comments written yet.

Please login to write comment.