Color Hex Logo

#e682eb Color Hex

#E682EB
(230,130,235)
0 Favorites   0 Comments

Color spaces of #e682eb

RGB 230130235
HSL0.830.720.72
HSV297°45°92°
CMYK 0.020.450.00   0.08
XYZ55.611238.786483.1528
Yxy38.78640.31320.2185
Hunter Lab62.278750.4021-35.5672
CIE-Lab68.596353.5551-36.9554

#e682eb color RGB value is (230,130,235).

#e682eb hex color red value is 230, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e682eb hue: 0.83 , saturation: 0.72 and the lightness value of e682eb is 0.72.

The process color (four color CMYK) of #e682eb color hex is 0.02, 0.45, 0.00, 0.08. Web safe color of #e682eb is #ff99ff. Color #e682eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000010 11101011
Octal 346 202 353
Decimal 230 130 235
Hex E6 82 EB

RGB Percentages of Color #e682eb

%38.66
%21.85
%39.50

CMYK Percentages of Color #e682eb

%2
%45
%0
%8

Triadic Colors of #e682eb

#e682eb #ebe682 #82ebe6

Analogous Colors of #e682eb

#e682eb #eb82bc #b282eb

Monochromatic Colors of #e682eb

#e682eb

Complementary Color

#e682eb #87eb82

#e682eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e682eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e682eb Color CSS Codes

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

#e682eb Text Font Color

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

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


#e682eb Background Color

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

This div background color is #e682eb


#e682eb Border Color

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

This div border color is #e682eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,130,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e682eb


Comments

No comments written yet.

Please login to write comment.