Color Hex Logo

#e771e5 Color Hex

#E771E5
(231,113,229)
0 Favorites   0 Comments

Color spaces of #e771e5

RGB 231113229
HSL0.840.710.67
HSV301°51°91°
CMYK 0.000.510.01   0.09
XYZ53.003034.456377.9859
Yxy34.45630.32040.2083
Hunter Lab58.699558.4534-37.6808
CIE-Lab65.323261.0205-38.7309

#e771e5 color RGB value is (231,113,229).

#e771e5 hex color red value is 231, green value is 113 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #e771e5 hue: 0.84 , saturation: 0.71 and the lightness value of e771e5 is 0.67.

The process color (four color CMYK) of #e771e5 color hex is 0.00, 0.51, 0.01, 0.09. Web safe color of #e771e5 is #ff66cc. Color #e771e5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 11100101
Octal 347 161 345
Decimal 231 113 229
Hex E7 71 E5

RGB Percentages of Color #e771e5

%40.31
%19.72
%39.97

CMYK Percentages of Color #e771e5

%0
%51
%1
%9

Triadic Colors of #e771e5

#e771e5 #e5e771 #71e5e7

Analogous Colors of #e771e5

#e771e5 #e771aa #ae71e7

Monochromatic Colors of #e771e5

#e771e5

Complementary Color

#e771e5 #71e773

#e771e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e771e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e771e5 Color CSS Codes

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

#e771e5 Text Font Color

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

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


#e771e5 Background Color

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

This div background color is #e771e5


#e771e5 Border Color

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

This div border color is #e771e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e771e5


Comments

No comments written yet.

Please login to write comment.