Color Hex Logo

#ea77bf Color Hex

#EA77BF
(234,119,191)
0 Favorites   0 Comments

Color spaces of #ea77bf

RGB 234119191
HSL0.900.730.69
HSV322°49°92°
CMYK 0.000.490.18   0.08
XYZ49.932534.447753.3075
Yxy34.44770.36270.2502
Hunter Lab58.692249.1480-12.7660
CIE-Lab65.316452.9439-17.4295

#ea77bf color RGB value is (234,119,191).

#ea77bf hex color red value is 234, green value is 119 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea77bf hue: 0.90 , saturation: 0.73 and the lightness value of ea77bf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 10111111
Octal 352 167 277
Decimal 234 119 191
Hex EA 77 BF

RGB Percentages of Color #ea77bf

%43.01
%21.88
%35.11

CMYK Percentages of Color #ea77bf

%0
%49
%18
%8

Triadic Colors of #ea77bf

#ea77bf #bfea77 #77bfea

Analogous Colors of #ea77bf

#ea77bf #ea7786 #dc77ea

Monochromatic Colors of #ea77bf

#ea77bf

Complementary Color

#ea77bf #77eaa2

#ea77bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea77bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea77bf Color CSS Codes

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

#ea77bf Text Font Color

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

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


#ea77bf Background Color

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

This div background color is #ea77bf


#ea77bf Border Color

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

This div border color is #ea77bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea77bf


Comments

No comments written yet.

Please login to write comment.