Color Hex Logo

#e762fc Color Hex

#E762FC
(231,98,252)
0 Favorites   0 Comments

Color spaces of #e762fc

RGB 23198252
HSL0.810.960.69
HSV292°61°99°
CMYK 0.080.610.00   0.01
XYZ54.893432.752695.5241
Yxy32.75260.29970.1788
Hunter Lab57.229971.0602-58.9018
CIE-Lab63.960171.7315-53.5991

#e762fc color RGB value is (231,98,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 11111100
Octal 347 142 374
Decimal 231 98 252
Hex E7 62 FC

RGB Percentages of Color #e762fc

%39.76
%16.87
%43.37

CMYK Percentages of Color #e762fc

%8
%61
%0
%1

Triadic Colors of #e762fc

#e762fc #fce762 #62fce7

Analogous Colors of #e762fc

#e762fc #fc62c4 #9a62fc

Monochromatic Colors of #e762fc

#e762fc

Complementary Color

#e762fc #77fc62

#e762fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762fc Color CSS Codes

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

#e762fc Text Font Color

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

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


#e762fc Background Color

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

This div background color is #e762fc


#e762fc Border Color

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

This div border color is #e762fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762fc


Comments

No comments written yet.

Please login to write comment.