Color Hex Logo

#e76aff Color Hex

#E76AFF
(231,106,255)
0 Favorites   0 Comments

Color spaces of #e76aff

RGB 231106255
HSL0.811.000.71
HSV290°58°100°
CMYK 0.090.580.00   0.00
XYZ56.159034.517098.3103
Yxy34.51700.29720.1826
Hunter Lab58.751267.8098-58.0861
CIE-Lab65.370968.8263-53.0103

#e76aff color RGB value is (231,106,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101010 11111111
Octal 347 152 377
Decimal 231 106 255
Hex E7 6A FF

RGB Percentages of Color #e76aff

%39.02
%17.91
%43.07

CMYK Percentages of Color #e76aff

%9
%58
%0
%0

Triadic Colors of #e76aff

#e76aff #ffe76a #6affe7

Analogous Colors of #e76aff

#e76aff #ff6acd #9d6aff

Monochromatic Colors of #e76aff

#e76aff

Complementary Color

#e76aff #82ff6a

#e76aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76aff Color CSS Codes

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

#e76aff Text Font Color

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

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


#e76aff Background Color

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

This div background color is #e76aff


#e76aff Border Color

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

This div border color is #e76aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76aff

Related Colors


Comments

No comments written yet.

Please login to write comment.