Color Hex Logo

#ea65ec Color Hex

#EA65EC
(234,101,236)
0 Favorites   0 Comments

Color spaces of #ea65ec

RGB 234101236
HSL0.830.780.66
HSV299°57°93°
CMYK 0.010.570.00   0.07
XYZ53.725732.855982.8670
Yxy32.85590.31710.1939
Hunter Lab57.320166.9967-45.5909
CIE-Lab64.044168.3959-44.5943

#ea65ec color RGB value is (234,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 11101100
Octal 352 145 354
Decimal 234 101 236
Hex EA 65 EC

RGB Percentages of Color #ea65ec

%40.98
%17.69
%41.33

CMYK Percentages of Color #ea65ec

%1
%57
%0
%7

Triadic Colors of #ea65ec

#ea65ec #ecea65 #65ecea

Analogous Colors of #ea65ec

#ea65ec #ec65ab #a765ec

Monochromatic Colors of #ea65ec

#ea65ec

Complementary Color

#ea65ec #67ec65

#ea65ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea65ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea65ec Color CSS Codes

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

#ea65ec Text Font Color

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

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


#ea65ec Background Color

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

This div background color is #ea65ec


#ea65ec Border Color

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

This div border color is #ea65ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,101,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 #ea65ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea65ec


Comments

No comments written yet.

Please login to write comment.