Color Hex Logo

#ea73ec Color Hex

#EA73EC
(234,115,236)
0 Favorites   0 Comments

Color spaces of #ea73ec

RGB 234115236
HSL0.830.760.69
HSV299°51°93°
CMYK 0.010.510.00   0.07
XYZ55.202735.810083.3594
Yxy35.81000.31660.2054
Hunter Lab59.841559.9406-40.7022
CIE-Lab66.374562.1052-40.9373

#ea73ec color RGB value is (234,115,236).

#ea73ec hex color red value is 234, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ea73ec hue: 0.83 , saturation: 0.76 and the lightness value of ea73ec is 0.69.

The process color (four color CMYK) of #ea73ec color hex is 0.01, 0.51, 0.00, 0.07. Web safe color of #ea73ec is #ff66ff. Color #ea73ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 11101100
Octal 352 163 354
Decimal 234 115 236
Hex EA 73 EC

RGB Percentages of Color #ea73ec

%40.00
%19.66
%40.34

CMYK Percentages of Color #ea73ec

%1
%51
%0
%7

Triadic Colors of #ea73ec

#ea73ec #ecea73 #73ecea

Analogous Colors of #ea73ec

#ea73ec #ec73b2 #ae73ec

Monochromatic Colors of #ea73ec

#ea73ec

Complementary Color

#ea73ec #75ec73

#ea73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea73ec Color CSS Codes

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

#ea73ec Text Font Color

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

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


#ea73ec Background Color

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

This div background color is #ea73ec


#ea73ec Border Color

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

This div border color is #ea73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea73ec


Comments

No comments written yet.

Please login to write comment.