Color Hex Logo

#ea75ba Color Hex

#EA75BA
(234,117,186)
0 Favorites   0 Comments

Color spaces of #ea75ba

RGB 234117186
HSL0.900.740.69
HSV325°50°92°
CMYK 0.000.500.21   0.08
XYZ49.155933.760250.3799
Yxy33.76020.36880.2533
Hunter Lab58.103549.3308-10.7362
CIE-Lab64.771853.1888-15.4284

#ea75ba color RGB value is (234,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110101 10111010
Octal 352 165 272
Decimal 234 117 186
Hex EA 75 BA

RGB Percentages of Color #ea75ba

%43.58
%21.79
%34.64

CMYK Percentages of Color #ea75ba

%0
%50
%21
%8

Triadic Colors of #ea75ba

#ea75ba #baea75 #75baea

Analogous Colors of #ea75ba

#ea75ba #ea7580 #e075ea

Monochromatic Colors of #ea75ba

#ea75ba

Complementary Color

#ea75ba #75eaa5

#ea75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea75ba Color CSS Codes

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

#ea75ba Text Font Color

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

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


#ea75ba Background Color

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

This div background color is #ea75ba


#ea75ba Border Color

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

This div border color is #ea75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea75ba


Comments

No comments written yet.

Please login to write comment.