Color Hex Logo

#e70fdd Color Hex

#E70FDD
(231,15,221)
0 Favorites   0 Comments

Color spaces of #e70fdd

RGB 23115221
HSL0.840.880.48
HSV303°94°91°
CMYK 0.000.940.04   0.09
XYZ46.177022.551070.3256
Yxy22.55100.33210.1622
Hunter Lab47.487990.4687-54.5620
CIE-Lab54.606888.7266-51.1453

#e70fdd color RGB value is (231,15,221).

#e70fdd hex color red value is 231, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e70fdd hue: 0.84 , saturation: 0.88 and the lightness value of e70fdd is 0.48.

The process color (four color CMYK) of #e70fdd color hex is 0.00, 0.94, 0.04, 0.09. Web safe color of #e70fdd is #ff00cc. Color #e70fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001111 11011101
Octal 347 17 335
Decimal 231 15 221
Hex E7 F DD

RGB Percentages of Color #e70fdd

%49.46
%3.21
%47.32

CMYK Percentages of Color #e70fdd

%0
%94
%4
%9

Triadic Colors of #e70fdd

#e70fdd #dde70f #0fdde7

Analogous Colors of #e70fdd

#e70fdd #e70f71 #850fe7

Monochromatic Colors of #e70fdd

#e70fdd

Complementary Color

#e70fdd #0fe719

#e70fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70fdd Color CSS Codes

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

#e70fdd Text Font Color

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

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


#e70fdd Background Color

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

This div background color is #e70fdd


#e70fdd Border Color

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

This div border color is #e70fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70fdd


Comments

No comments written yet.

Please login to write comment.