Color Hex Logo

#e77afd Color Hex

#E77AFD
(231,122,253)
0 Favorites   0 Comments

Color spaces of #e77afd

RGB 231122253
HSL0.810.970.74
HSV290°52°99°
CMYK 0.090.520.00   0.01
XYZ57.644237.999897.2250
Yxy37.99980.29890.1970
Hunter Lab61.644059.0410-50.3615
CIE-Lab68.020561.0721-47.7281

#e77afd color RGB value is (231,122,253).

#e77afd hex color red value is 231, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e77afd hue: 0.81 , saturation: 0.97 and the lightness value of e77afd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111010 11111101
Octal 347 172 375
Decimal 231 122 253
Hex E7 7A FD

RGB Percentages of Color #e77afd

%38.12
%20.13
%41.75

CMYK Percentages of Color #e77afd

%9
%52
%0
%1

Triadic Colors of #e77afd

#e77afd #fde77a #7afde7

Analogous Colors of #e77afd

#e77afd #fd7ad2 #a67afd

Monochromatic Colors of #e77afd

#e77afd

Complementary Color

#e77afd #90fd7a

#e77afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77afd Color CSS Codes

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

#e77afd Text Font Color

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

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


#e77afd Background Color

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

This div background color is #e77afd


#e77afd Border Color

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

This div border color is #e77afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,122,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77afd

Related Colors


Comments

No comments written yet.

Please login to write comment.