Color Hex Logo

#e76cff Color Hex

#E76CFF
(231,108,255)
0 Favorites   0 Comments

Color spaces of #e76cff

RGB 231108255
HSL0.811.000.71
HSV290°58°100°
CMYK 0.090.580.00   0.00
XYZ56.367634.934098.3798
Yxy34.93400.29720.1842
Hunter Lab59.105066.7992-57.3143
CIE-Lab65.697267.9383-52.4932

#e76cff color RGB value is (231,108,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 11111111
Octal 347 154 377
Decimal 231 108 255
Hex E7 6C FF

RGB Percentages of Color #e76cff

%38.89
%18.18
%42.93

CMYK Percentages of Color #e76cff

%9
%58
%0
%0

Triadic Colors of #e76cff

#e76cff #ffe76c #6cffe7

Analogous Colors of #e76cff

#e76cff #ff6cce #9e6cff

Monochromatic Colors of #e76cff

#e76cff

Complementary Color

#e76cff #84ff6c

#e76cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76cff Color CSS Codes

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

#e76cff Text Font Color

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

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


#e76cff Background Color

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

This div background color is #e76cff


#e76cff Border Color

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

This div border color is #e76cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76cff

Related Colors


Comments

No comments written yet.

Please login to write comment.