Color Hex Logo

#e707ef Color Hex

#E707EF
(231,7,239)
0 Favorites   0 Comments

Color spaces of #e707ef

RGB 2317239
HSL0.830.940.48
HSV298°97°94°
CMYK 0.030.970.00   0.06
XYZ48.611023.372983.6107
Yxy23.37290.31240.1502
Hunter Lab48.345594.8755-68.6966
CIE-Lab55.454491.8615-59.9487

#e707ef color RGB value is (231,7,239).

#e707ef hex color red value is 231, green value is 7 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e707ef hue: 0.83 , saturation: 0.94 and the lightness value of e707ef is 0.48.

The process color (four color CMYK) of #e707ef color hex is 0.03, 0.97, 0.00, 0.06. Web safe color of #e707ef is #ff00ff. Color #e707ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000111 11101111
Octal 347 7 357
Decimal 231 7 239
Hex E7 7 EF

RGB Percentages of Color #e707ef

%48.43
%1.47
%50.10

CMYK Percentages of Color #e707ef

%3
%97
%0
%6

Triadic Colors of #e707ef

#e707ef #efe707 #07efe7

Analogous Colors of #e707ef

#e707ef #ef0783 #7307ef

Monochromatic Colors of #e707ef

#e707ef

Complementary Color

#e707ef #0fef07

#e707ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e707ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e707ef Color CSS Codes

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

#e707ef Text Font Color

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

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


#e707ef Background Color

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

This div background color is #e707ef


#e707ef Border Color

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

This div border color is #e707ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e707ef


Comments

No comments written yet.

Please login to write comment.