Color Hex Logo

#e773ba Color Hex

#E773BA
(231,115,186)
0 Favorites   0 Comments

Color spaces of #e773ba

RGB 231115186
HSL0.900.710.68
HSV323°50°91°
CMYK 0.000.500.19   0.09
XYZ47.948732.795650.2574
Yxy32.79560.36600.2503
Hunter Lab57.267449.2359-11.9452
CIE-Lab63.995153.2240-16.6421

#e773ba color RGB value is (231,115,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110011 10111010
Octal 347 163 272
Decimal 231 115 186
Hex E7 73 BA

RGB Percentages of Color #e773ba

%43.42
%21.62
%34.96

CMYK Percentages of Color #e773ba

%0
%50
%19
%9

Triadic Colors of #e773ba

#e773ba #bae773 #73bae7

Analogous Colors of #e773ba

#e773ba #e77380 #da73e7

Monochromatic Colors of #e773ba

#e773ba

Complementary Color

#e773ba #73e7a0

#e773ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e773ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e773ba Color CSS Codes

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

#e773ba Text Font Color

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

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


#e773ba Background Color

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

This div background color is #e773ba


#e773ba Border Color

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

This div border color is #e773ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e773ba


Comments

No comments written yet.

Please login to write comment.