Color Hex Logo

#ea63df Color Hex

#EA63DF
(234,99,223)
0 Favorites   0 Comments

Color spaces of #ea63df

RGB 23499223
HSL0.850.760.65
HSV305°58°92°
CMYK 0.000.580.05   0.08
XYZ51.712831.743873.2136
Yxy31.74380.33010.2026
Hunter Lab56.341665.2372-37.6057
CIE-Lab63.130667.1045-38.7840

#ea63df color RGB value is (234,99,223).

#ea63df hex color red value is 234, green value is 99 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ea63df hue: 0.85 , saturation: 0.76 and the lightness value of ea63df is 0.65.

The process color (four color CMYK) of #ea63df color hex is 0.00, 0.58, 0.05, 0.08. Web safe color of #ea63df is #ff66cc. Color #ea63df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 11011111
Octal 352 143 337
Decimal 234 99 223
Hex EA 63 DF

RGB Percentages of Color #ea63df

%42.09
%17.81
%40.11

CMYK Percentages of Color #ea63df

%0
%58
%5
%8

Triadic Colors of #ea63df

#ea63df #dfea63 #63dfea

Analogous Colors of #ea63df

#ea63df #ea639c #b263ea

Monochromatic Colors of #ea63df

#ea63df

Complementary Color

#ea63df #63ea6e

#ea63df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea63df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea63df Color CSS Codes

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

#ea63df Text Font Color

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

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


#ea63df Background Color

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

This div background color is #ea63df


#ea63df Border Color

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

This div border color is #ea63df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea63df


Comments

No comments written yet.

Please login to write comment.