Color Hex Logo

#e751fc Color Hex

#E751FC
(231,81,252)
0 Favorites   0 Comments

Color spaces of #e751fc

RGB 23181252
HSL0.810.970.65
HSV293°68°99°
CMYK 0.080.680.00   0.01
XYZ53.468129.902195.0491
Yxy29.90210.29970.1676
Hunter Lab54.682878.8399-64.7793
CIE-Lab61.569778.3996-57.4026

#e751fc color RGB value is (231,81,252).

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

The process color (four color CMYK) of #e751fc color hex is 0.08, 0.68, 0.00, 0.01. Web safe color of #e751fc is #ff66ff. Color #e751fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010001 11111100
Octal 347 121 374
Decimal 231 81 252
Hex E7 51 FC

RGB Percentages of Color #e751fc

%40.96
%14.36
%44.68

CMYK Percentages of Color #e751fc

%8
%68
%0
%1

Triadic Colors of #e751fc

#e751fc #fce751 #51fce7

Analogous Colors of #e751fc

#e751fc #fc51bc #9251fc

Monochromatic Colors of #e751fc

#e751fc

Complementary Color

#e751fc #66fc51

#e751fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e751fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e751fc Color CSS Codes

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

#e751fc Text Font Color

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

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


#e751fc Background Color

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

This div background color is #e751fc


#e751fc Border Color

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

This div border color is #e751fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e751fc

Related Colors


Comments

No comments written yet.

Please login to write comment.