Color Hex Logo

#ea68ba Color Hex

#EA68BA
(234,104,186)
0 Favorites   0 Comments

Color spaces of #ea68ba

RGB 234104186
HSL0.890.760.66
HSV322°56°92°
CMYK 0.000.560.21   0.08
XYZ47.744930.938249.9096
Yxy30.93820.37130.2406
Hunter Lab55.622155.8821-14.2653
CIE-Lab62.455459.2956-18.9392

#ea68ba color RGB value is (234,104,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 10111010
Octal 352 150 272
Decimal 234 104 186
Hex EA 68 BA

RGB Percentages of Color #ea68ba

%44.66
%19.85
%35.50

CMYK Percentages of Color #ea68ba

%0
%56
%21
%8

Triadic Colors of #ea68ba

#ea68ba #baea68 #68baea

Analogous Colors of #ea68ba

#ea68ba #ea6879 #d968ea

Monochromatic Colors of #ea68ba

#ea68ba

Complementary Color

#ea68ba #68ea98

#ea68ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea68ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea68ba Color CSS Codes

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

#ea68ba Text Font Color

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

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


#ea68ba Background Color

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

This div background color is #ea68ba


#ea68ba Border Color

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

This div border color is #ea68ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea68ba


Comments

No comments written yet.

Please login to write comment.