Color Hex Logo

#e76cfd Color Hex

#E76CFD
(231,108,253)
0 Favorites   0 Comments

Color spaces of #e76cfd

RGB 231108253
HSL0.810.970.71
HSV291°57°99°
CMYK 0.090.570.00   0.01
XYZ56.047234.805996.6927
Yxy34.80590.29880.1856
Hunter Lab58.996566.3326-55.8761
CIE-Lab65.597367.5719-51.5539

#e76cfd color RGB value is (231,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 11111101
Octal 347 154 375
Decimal 231 108 253
Hex E7 6C FD

RGB Percentages of Color #e76cfd

%39.02
%18.24
%42.74

CMYK Percentages of Color #e76cfd

%9
%57
%0
%1

Triadic Colors of #e76cfd

#e76cfd #fde76c #6cfde7

Analogous Colors of #e76cfd

#e76cfd #fd6ccb #9f6cfd

Monochromatic Colors of #e76cfd

#e76cfd

Complementary Color

#e76cfd #82fd6c

#e76cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76cfd Color CSS Codes

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

#e76cfd Text Font Color

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

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


#e76cfd Background Color

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

This div background color is #e76cfd


#e76cfd Border Color

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

This div border color is #e76cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76cfd


Comments

No comments written yet.

Please login to write comment.