Color Hex Logo

#ea63bf Color Hex

#EA63BF
(234,99,191)
0 Favorites   0 Comments

Color spaces of #ea63bf

RGB 23499191
HSL0.890.760.65
HSV319°58°92°
CMYK 0.000.580.18   0.08
XYZ47.797530.177752.5959
Yxy30.17770.36610.2311
Hunter Lab54.934259.1754-18.3123
CIE-Lab61.807262.2354-22.7752

#ea63bf color RGB value is (234,99,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100011 10111111
Octal 352 143 277
Decimal 234 99 191
Hex EA 63 BF

RGB Percentages of Color #ea63bf

%44.66
%18.89
%36.45

CMYK Percentages of Color #ea63bf

%0
%58
%18
%8

Triadic Colors of #ea63bf

#ea63bf #bfea63 #63bfea

Analogous Colors of #ea63bf

#ea63bf #ea637c #d263ea

Monochromatic Colors of #ea63bf

#ea63bf

Complementary Color

#ea63bf #63ea8e

#ea63bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea63bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea63bf Color CSS Codes

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

#ea63bf Text Font Color

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

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


#ea63bf Background Color

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

This div background color is #ea63bf


#ea63bf Border Color

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

This div border color is #ea63bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea63bf


Comments

No comments written yet.

Please login to write comment.