Color Hex Logo

#e707db Color Hex

#E707DB
(231,7,219)
0 Favorites   0 Comments

Color spaces of #e707db

RGB 2317219
HSL0.840.940.47
HSV303°97°91°
CMYK 0.000.970.05   0.09
XYZ45.817222.255468.8987
Yxy22.25540.33450.1625
Hunter Lab47.175690.8027-53.5685
CIE-Lab54.296989.0386-50.5023

#e707db color RGB value is (231,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000111 11011011
Octal 347 7 333
Decimal 231 7 219
Hex E7 7 DB

RGB Percentages of Color #e707db

%50.55
%1.53
%47.92

CMYK Percentages of Color #e707db

%0
%97
%5
%9

Triadic Colors of #e707db

#e707db #dbe707 #07dbe7

Analogous Colors of #e707db

#e707db #e7076b #8307e7

Monochromatic Colors of #e707db

#e707db

Complementary Color

#e707db #07e713

#e707db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e707db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e707db Color CSS Codes

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

#e707db Text Font Color

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

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


#e707db Background Color

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

This div background color is #e707db


#e707db Border Color

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

This div border color is #e707db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e707db


Comments

No comments written yet.

Please login to write comment.