Color Hex Logo

#e702fb Color Hex

#E702FB
(231,2,251)
0 Favorites   0 Comments

Color spaces of #e702fb

RGB 2312251
HSL0.820.980.50
HSV295°99°98°
CMYK 0.080.990.00   0.02
XYZ50.389323.997493.2429
Yxy23.99740.30060.1432
Hunter Lab48.987197.8817-78.5625
CIE-Lab56.085293.9601-65.6401

#e702fb color RGB value is (231,2,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000010 11111011
Octal 347 2 373
Decimal 231 2 251
Hex E7 2 FB

RGB Percentages of Color #e702fb

%47.73
%0.41
%51.86

CMYK Percentages of Color #e702fb

%8
%99
%0
%2

Triadic Colors of #e702fb

#e702fb #fbe702 #02fbe7

Analogous Colors of #e702fb

#e702fb #fb0293 #6b02fb

Monochromatic Colors of #e702fb

#e702fb

Complementary Color

#e702fb #16fb02

#e702fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e702fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e702fb Color CSS Codes

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

#e702fb Text Font Color

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

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


#e702fb Background Color

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

This div background color is #e702fb


#e702fb Border Color

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

This div border color is #e702fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e702fb

Related Colors


Comments

No comments written yet.

Please login to write comment.