Color Hex Logo

#ea51bf Color Hex

#EA51BF
(234,81,191)
0 Favorites   0 Comments

Color spaces of #ea51bf

RGB 23481191
HSL0.880.780.62
HSV317°65°92°
CMYK 0.000.650.18   0.08
XYZ46.278127.138952.0894
Yxy27.13890.36870.2162
Hunter Lab52.095067.4025-22.8171
CIE-Lab59.102769.6345-26.9329

#ea51bf color RGB value is (234,81,191).

#ea51bf hex color red value is 234, green value is 81 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea51bf hue: 0.88 , saturation: 0.78 and the lightness value of ea51bf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 10111111
Octal 352 121 277
Decimal 234 81 191
Hex EA 51 BF

RGB Percentages of Color #ea51bf

%46.25
%16.01
%37.75

CMYK Percentages of Color #ea51bf

%0
%65
%18
%8

Triadic Colors of #ea51bf

#ea51bf #bfea51 #51bfea

Analogous Colors of #ea51bf

#ea51bf #ea5173 #c951ea

Monochromatic Colors of #ea51bf

#ea51bf

Complementary Color

#ea51bf #51ea7c

#ea51bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea51bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea51bf Color CSS Codes

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

#ea51bf Text Font Color

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

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


#ea51bf Background Color

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

This div background color is #ea51bf


#ea51bf Border Color

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

This div border color is #ea51bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea51bf


Comments

No comments written yet.

Please login to write comment.