Color Hex Logo

#e707da Color Hex

#E707DA
(231,7,218)
0 Favorites   0 Comments

Color spaces of #e707da

RGB 2317218
HSL0.840.940.47
HSV303°97°91°
CMYK 0.000.970.06   0.09
XYZ45.685922.202868.2073
Yxy22.20280.33570.1631
Hunter Lab47.119890.6082-52.8400
CIE-Lab54.241588.9027-50.0216

#e707da color RGB value is (231,7,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000111 11011010
Octal 347 7 332
Decimal 231 7 218
Hex E7 7 DA

RGB Percentages of Color #e707da

%50.66
%1.54
%47.81

CMYK Percentages of Color #e707da

%0
%97
%6
%9

Triadic Colors of #e707da

#e707da #dae707 #07dae7

Analogous Colors of #e707da

#e707da #e7076a #8407e7

Monochromatic Colors of #e707da

#e707da

Complementary Color

#e707da #07e714

#e707da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e707da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e707da Color CSS Codes

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

#e707da Text Font Color

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

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


#e707da Background Color

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

This div background color is #e707da


#e707da Border Color

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

This div border color is #e707da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e707da


Comments

No comments written yet.

Please login to write comment.