Color Hex Logo

#e977ff Color Hex

#E977FF
(233,119,255)
0 Favorites   0 Comments

Color spaces of #e977ff

RGB 233119255
HSL0.811.000.73
HSV290°53°100°
CMYK 0.090.530.00   0.00
XYZ58.251137.737398.8216
Yxy37.73730.29900.1937
Hunter Lab61.430761.7573-52.3765
CIE-Lab67.826663.3881-49.1110

#e977ff color RGB value is (233,119,255).

#e977ff hex color red value is 233, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e977ff hue: 0.81 , saturation: 1.00 and the lightness value of e977ff is 0.73.

The process color (four color CMYK) of #e977ff color hex is 0.09, 0.53, 0.00, 0.00. Web safe color of #e977ff is #ff66ff. Color #e977ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110111 11111111
Octal 351 167 377
Decimal 233 119 255
Hex E9 77 FF

RGB Percentages of Color #e977ff

%38.39
%19.60
%42.01

CMYK Percentages of Color #e977ff

%9
%53
%0
%0

Triadic Colors of #e977ff

#e977ff #ffe977 #77ffe9

Analogous Colors of #e977ff

#e977ff #ff77d1 #a577ff

Monochromatic Colors of #e977ff

#e977ff

Complementary Color

#e977ff #8dff77

#e977ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e977ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e977ff Color CSS Codes

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

#e977ff Text Font Color

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

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


#e977ff Background Color

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

This div background color is #e977ff


#e977ff Border Color

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

This div border color is #e977ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,119,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e977ff

Related Colors


Comments

No comments written yet.

Please login to write comment.