Color Hex Logo

#ea68bf Color Hex

#EA68BF
(234,104,191)
0 Favorites   0 Comments

Color spaces of #ea68bf

RGB 234104191
HSL0.890.760.66
HSV320°56°92°
CMYK 0.000.560.18   0.08
XYZ48.286031.154652.7587
Yxy31.15460.36530.2357
Hunter Lab55.816356.7396-16.9707
CIE-Lab62.637960.0049-21.5048

#ea68bf color RGB value is (234,104,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 10111111
Octal 352 150 277
Decimal 234 104 191
Hex EA 68 BF

RGB Percentages of Color #ea68bf

%44.23
%19.66
%36.11

CMYK Percentages of Color #ea68bf

%0
%56
%18
%8

Triadic Colors of #ea68bf

#ea68bf #bfea68 #68bfea

Analogous Colors of #ea68bf

#ea68bf #ea687e #d468ea

Monochromatic Colors of #ea68bf

#ea68bf

Complementary Color

#ea68bf #68ea93

#ea68bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea68bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea68bf Color CSS Codes

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

#ea68bf Text Font Color

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

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


#ea68bf Background Color

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

This div background color is #ea68bf


#ea68bf Border Color

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

This div border color is #ea68bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea68bf


Comments

No comments written yet.

Please login to write comment.