Color Hex Logo

#e702ea Color Hex

#E702EA
(231,2,234)
0 Favorites   0 Comments

Color spaces of #e702ea

RGB 2312234
HSL0.830.980.46
HSV299°99°92°
CMYK 0.010.990.00   0.08
XYZ47.828022.972979.7553
Yxy22.97290.31770.1526
Hunter Lab47.930194.2423-65.1071
CIE-Lab55.044491.4701-57.7961

#e702ea color RGB value is (231,2,234).

#e702ea hex color red value is 231, green value is 2 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e702ea hue: 0.83 , saturation: 0.98 and the lightness value of e702ea is 0.46.

The process color (four color CMYK) of #e702ea color hex is 0.01, 0.99, 0.00, 0.08. Web safe color of #e702ea is #ff00ff. Color #e702ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000010 11101010
Octal 347 2 352
Decimal 231 2 234
Hex E7 2 EA

RGB Percentages of Color #e702ea

%49.46
%0.43
%50.11

CMYK Percentages of Color #e702ea

%1
%99
%0
%8

Triadic Colors of #e702ea

#e702ea #eae702 #02eae7

Analogous Colors of #e702ea

#e702ea #ea0279 #7302ea

Monochromatic Colors of #e702ea

#e702ea

Complementary Color

#e702ea #05ea02

#e702ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e702ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e702ea Color CSS Codes

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

#e702ea Text Font Color

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

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


#e702ea Background Color

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

This div background color is #e702ea


#e702ea Border Color

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

This div border color is #e702ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e702ea


Comments

No comments written yet.

Please login to write comment.