Color Hex Logo

#e682fc Color Hex

#E682FC
(230,130,252)
0 Favorites   0 Comments

Color spaces of #e682fc

RGB 230130252
HSL0.800.950.75
HSV289°48°99°
CMYK 0.090.480.00   0.01
XYZ58.186439.816596.7141
Yxy39.81650.29880.2045
Hunter Lab63.100354.1738-46.7038
CIE-Lab69.338656.7132-45.1175

#e682fc color RGB value is (230,130,252).

#e682fc hex color red value is 230, green value is 130 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e682fc hue: 0.80 , saturation: 0.95 and the lightness value of e682fc is 0.75.

The process color (four color CMYK) of #e682fc color hex is 0.09, 0.48, 0.00, 0.01. Web safe color of #e682fc is #ff99ff. Color #e682fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 11111100
Octal 346 202 374
Decimal 230 130 252
Hex E6 82 FC

RGB Percentages of Color #e682fc

%37.58
%21.24
%41.18

CMYK Percentages of Color #e682fc

%9
%48
%0
%1

Triadic Colors of #e682fc

#e682fc #fce682 #82fce6

Analogous Colors of #e682fc

#e682fc #fc82d5 #a982fc

Monochromatic Colors of #e682fc

#e682fc

Complementary Color

#e682fc #98fc82

#e682fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e682fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e682fc Color CSS Codes

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

#e682fc Text Font Color

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

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


#e682fc Background Color

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

This div background color is #e682fc


#e682fc Border Color

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

This div border color is #e682fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e682fc


Comments

No comments written yet.

Please login to write comment.