Color Hex Logo

#e700dc Color Hex

#E700DC
(231,0,220)
0 Favorites   0 Comments

Color spaces of #e700dc

RGB 2310220
HSL0.841.000.45
HSV303°100°91°
CMYK 0.001.000.05   0.09
XYZ45.873322.156269.5689
Yxy22.15620.33340.1610
Hunter Lab47.070491.5873-54.6800
CIE-Lab54.192389.6494-51.2376

#e700dc color RGB value is (231,0,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 11011100
Octal 347 0 334
Decimal 231 0 220
Hex E7 0 DC

RGB Percentages of Color #e700dc

%51.22
%0.00
%48.78

CMYK Percentages of Color #e700dc

%0
%100
%5
%9

Triadic Colors of #e700dc

#e700dc #dce700 #00dce7

Analogous Colors of #e700dc

#e700dc #e70069 #7f00e7

Monochromatic Colors of #e700dc

#e700dc

Complementary Color

#e700dc #00e70b

#e700dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e700dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e700dc Color CSS Codes

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

#e700dc Text Font Color

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

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


#e700dc Background Color

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

This div background color is #e700dc


#e700dc Border Color

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

This div border color is #e700dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e700dc


Comments

No comments written yet.

Please login to write comment.