Color Hex Logo

#e707dc Color Hex

#E707DC
(231,7,220)
0 Favorites   0 Comments

Color spaces of #e707dc

RGB 2317220
HSL0.840.940.47
HSV303°97°91°
CMYK 0.000.970.05   0.09
XYZ45.949222.308269.5943
Yxy22.30820.33330.1618
Hunter Lab47.231690.9984-54.3000
CIE-Lab54.352589.1753-50.9825

#e707dc color RGB value is (231,7,220).

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

The process color (four color CMYK) of #e707dc color hex is 0.00, 0.97, 0.05, 0.09. Web safe color of #e707dc is #ff00cc. Color #e707dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000111 11011100
Octal 347 7 334
Decimal 231 7 220
Hex E7 7 DC

RGB Percentages of Color #e707dc

%50.44
%1.53
%48.03

CMYK Percentages of Color #e707dc

%0
%97
%5
%9

Triadic Colors of #e707dc

#e707dc #dce707 #07dce7

Analogous Colors of #e707dc

#e707dc #e7076c #8207e7

Monochromatic Colors of #e707dc

#e707dc

Complementary Color

#e707dc #07e712

#e707dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e707dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e707dc Color CSS Codes

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

#e707dc Text Font Color

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

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


#e707dc Background Color

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

This div background color is #e707dc


#e707dc Border Color

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

This div border color is #e707dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e707dc


Comments

No comments written yet.

Please login to write comment.