Color Hex Logo

#ea69ba Color Hex

#EA69BA
(234,105,186)
0 Favorites   0 Comments

Color spaces of #ea69ba

RGB 234105186
HSL0.900.750.66
HSV322°55°92°
CMYK 0.000.550.21   0.08
XYZ47.846231.140749.9434
Yxy31.14070.37110.2415
Hunter Lab55.803955.3891-14.0007
CIE-Lab62.626258.8403-18.6795

#ea69ba color RGB value is (234,105,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 10111010
Octal 352 151 272
Decimal 234 105 186
Hex EA 69 BA

RGB Percentages of Color #ea69ba

%44.57
%20.00
%35.43

CMYK Percentages of Color #ea69ba

%0
%55
%21
%8

Triadic Colors of #ea69ba

#ea69ba #baea69 #69baea

Analogous Colors of #ea69ba

#ea69ba #ea697a #da69ea

Monochromatic Colors of #ea69ba

#ea69ba

Complementary Color

#ea69ba #69ea99

#ea69ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea69ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea69ba Color CSS Codes

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

#ea69ba Text Font Color

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

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


#ea69ba Background Color

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

This div background color is #ea69ba


#ea69ba Border Color

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

This div border color is #ea69ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea69ba


Comments

No comments written yet.

Please login to write comment.