Color Hex Logo

#e700c6 Color Hex

#E700C6
(231,0,198)
0 Favorites   0 Comments

Color spaces of #e700c6

RGB 2310198
HSL0.861.000.45
HSV309°100°91°
CMYK 0.001.000.14   0.09
XYZ43.148021.066155.2181
Yxy21.06610.36130.1764
Hunter Lab45.897887.4846-39.2013
CIE-Lab53.021886.7691-40.4883

#e700c6 color RGB value is (231,0,198).

#e700c6 hex color red value is 231, green value is 0 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #e700c6 hue: 0.86 , saturation: 1.00 and the lightness value of e700c6 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 11000110
Octal 347 0 306
Decimal 231 0 198
Hex E7 0 C6

RGB Percentages of Color #e700c6

%53.85
%0.00
%46.15

CMYK Percentages of Color #e700c6

%0
%100
%14
%9

Triadic Colors of #e700c6

#e700c6 #c6e700 #00c6e7

Analogous Colors of #e700c6

#e700c6 #e70052 #9500e7

Monochromatic Colors of #e700c6

#e700c6

Complementary Color

#e700c6 #00e721

#e700c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e700c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e700c6 Color CSS Codes

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

#e700c6 Text Font Color

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

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


#e700c6 Background Color

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

This div background color is #e700c6


#e700c6 Border Color

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

This div border color is #e700c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e700c6


Comments

No comments written yet.

Please login to write comment.