Color Hex Logo

#e701cc Color Hex

#E701CC
(231,1,204)
0 Favorites   0 Comments

Color spaces of #e701cc

RGB 2311204
HSL0.850.990.45
HSV307°100°91°
CMYK 0.001.000.12   0.09
XYZ43.864921.370358.9397
Yxy21.37030.35330.1721
Hunter Lab46.228088.4763-43.2338
CIE-Lab53.352487.4605-43.4238

#e701cc color RGB value is (231,1,204).

#e701cc hex color red value is 231, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e701cc hue: 0.85 , saturation: 0.99 and the lightness value of e701cc is 0.45.

The process color (four color CMYK) of #e701cc color hex is 0.00, 1.00, 0.12, 0.09. Web safe color of #e701cc is #ff00cc. Color #e701cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000001 11001100
Octal 347 1 314
Decimal 231 1 204
Hex E7 1 CC

RGB Percentages of Color #e701cc

%52.98
%0.23
%46.79

CMYK Percentages of Color #e701cc

%0
%100
%12
%9

Triadic Colors of #e701cc

#e701cc #cce701 #01cce7

Analogous Colors of #e701cc

#e701cc #e70159 #8f01e7

Monochromatic Colors of #e701cc

#e701cc

Complementary Color

#e701cc #01e71c

#e701cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e701cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e701cc Color CSS Codes

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

#e701cc Text Font Color

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

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


#e701cc Background Color

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

This div background color is #e701cc


#e701cc Border Color

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

This div border color is #e701cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e701cc


Comments

No comments written yet.

Please login to write comment.