Color Hex Logo

#ea63ee Color Hex

#EA63EE
(234,99,238)
0 Favorites   0 Comments

Color spaces of #ea63ee

RGB 23499238
HSL0.830.800.66
HSV298°58°93°
CMYK 0.020.580.00   0.07
XYZ53.826132.589284.3423
Yxy32.58920.31520.1909
Hunter Lab57.087068.4018-47.6363
CIE-Lab63.826969.5893-46.0460

#ea63ee color RGB value is (234,99,238).

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

The process color (four color CMYK) of #ea63ee color hex is 0.02, 0.58, 0.00, 0.07. Web safe color of #ea63ee is #ff66ff. Color #ea63ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 11101110
Octal 352 143 356
Decimal 234 99 238
Hex EA 63 EE

RGB Percentages of Color #ea63ee

%40.98
%17.34
%41.68

CMYK Percentages of Color #ea63ee

%2
%58
%0
%7

Triadic Colors of #ea63ee

#ea63ee #eeea63 #63eeea

Analogous Colors of #ea63ee

#ea63ee #ee63ad #a563ee

Monochromatic Colors of #ea63ee

#ea63ee

Complementary Color

#ea63ee #67ee63

#ea63ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea63ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea63ee Color CSS Codes

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

#ea63ee Text Font Color

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

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


#ea63ee Background Color

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

This div background color is #ea63ee


#ea63ee Border Color

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

This div border color is #ea63ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea63ee


Comments

No comments written yet.

Please login to write comment.