Color Hex Logo

#e982ff Color Hex

#E982FF
(233,130,255)
0 Favorites   0 Comments

Color spaces of #e982ff

RGB 233130255
HSL0.801.000.75
HSV289°49°100°
CMYK 0.090.490.00   0.00
XYZ59.636940.508999.2835
Yxy40.50890.29900.2031
Hunter Lab63.646655.8730-47.9349
CIE-Lab69.830558.0921-45.9572

#e982ff color RGB value is (233,130,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000010 11111111
Octal 351 202 377
Decimal 233 130 255
Hex E9 82 FF

RGB Percentages of Color #e982ff

%37.70
%21.04
%41.26

CMYK Percentages of Color #e982ff

%9
%49
%0
%0

Triadic Colors of #e982ff

#e982ff #ffe982 #82ffe9

Analogous Colors of #e982ff

#e982ff #ff82d7 #ab82ff

Monochromatic Colors of #e982ff

#e982ff

Complementary Color

#e982ff #98ff82

#e982ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e982ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e982ff Color CSS Codes

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

#e982ff Text Font Color

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

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


#e982ff Background Color

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

This div background color is #e982ff


#e982ff Border Color

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

This div border color is #e982ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e982ff

Related Colors


Comments

No comments written yet.

Please login to write comment.