Color Hex Logo

#e70cdc Color Hex

#E70CDC
(231,12,220)
0 Favorites   0 Comments

Color spaces of #e70cdc

RGB 23112220
HSL0.840.900.48
HSV303°95°91°
CMYK 0.000.950.05   0.09
XYZ46.004722.419269.6128
Yxy22.41920.33330.1624
Hunter Lab47.348990.5718-54.0244
CIE-Lab54.469088.8311-50.7969

#e70cdc color RGB value is (231,12,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 11011100
Octal 347 14 334
Decimal 231 12 220
Hex E7 C DC

RGB Percentages of Color #e70cdc

%49.89
%2.59
%47.52

CMYK Percentages of Color #e70cdc

%0
%95
%5
%9

Triadic Colors of #e70cdc

#e70cdc #dce70c #0cdce7

Analogous Colors of #e70cdc

#e70cdc #e70c6f #850ce7

Monochromatic Colors of #e70cdc

#e70cdc

Complementary Color

#e70cdc #0ce717

#e70cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70cdc Color CSS Codes

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

#e70cdc Text Font Color

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

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


#e70cdc Background Color

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

This div background color is #e70cdc


#e70cdc Border Color

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

This div border color is #e70cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,12,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 #e70cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70cdc


Comments

No comments written yet.

Please login to write comment.