Color Hex Logo

#e974ba Color Hex

#E974BA
(233,116,186)
0 Favorites   0 Comments

Color spaces of #e974ba

RGB 233116186
HSL0.900.730.68
HSV324°50°91°
CMYK 0.000.500.20   0.09
XYZ48.712633.359650.3260
Yxy33.35960.36790.2520
Hunter Lab57.757849.4699-11.2306
CIE-Lab64.451053.3613-15.9262

#e974ba color RGB value is (233,116,186).

#e974ba hex color red value is 233, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e974ba hue: 0.90 , saturation: 0.73 and the lightness value of e974ba is 0.68.

The process color (four color CMYK) of #e974ba color hex is 0.00, 0.50, 0.20, 0.09. Web safe color of #e974ba is #ff66cc. Color #e974ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110100 10111010
Octal 351 164 272
Decimal 233 116 186
Hex E9 74 BA

RGB Percentages of Color #e974ba

%43.55
%21.68
%34.77

CMYK Percentages of Color #e974ba

%0
%50
%20
%9

Triadic Colors of #e974ba

#e974ba #bae974 #74bae9

Analogous Colors of #e974ba

#e974ba #e97480 #de74e9

Monochromatic Colors of #e974ba

#e974ba

Complementary Color

#e974ba #74e9a3

#e974ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e974ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e974ba Color CSS Codes

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

#e974ba Text Font Color

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

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


#e974ba Background Color

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

This div background color is #e974ba


#e974ba Border Color

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

This div border color is #e974ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e974ba


Comments

No comments written yet.

Please login to write comment.