Color Hex Logo

#e612dc Color Hex

#E612DC
(230,18,220)
0 Favorites   0 Comments

Color spaces of #e612dc

RGB 23018220
HSL0.840.850.49
HSV303°92°90°
CMYK 0.000.920.04   0.10
XYZ45.767722.422969.6260
Yxy22.42290.33210.1627
Hunter Lab47.352889.6573-54.0310
CIE-Lab54.472988.1391-50.8011

#e612dc color RGB value is (230,18,220).

#e612dc hex color red value is 230, green value is 18 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e612dc hue: 0.84 , saturation: 0.85 and the lightness value of e612dc is 0.49.

The process color (four color CMYK) of #e612dc color hex is 0.00, 0.92, 0.04, 0.10. Web safe color of #e612dc is #ff00cc. Color #e612dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010010 11011100
Octal 346 22 334
Decimal 230 18 220
Hex E6 12 DC

RGB Percentages of Color #e612dc

%49.15
%3.85
%47.01

CMYK Percentages of Color #e612dc

%0
%92
%4
%10

Triadic Colors of #e612dc

#e612dc #dce612 #12dce6

Analogous Colors of #e612dc

#e612dc #e61272 #8612e6

Monochromatic Colors of #e612dc

#e612dc

Complementary Color

#e612dc #12e61c

#e612dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e612dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e612dc Color CSS Codes

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

#e612dc Text Font Color

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

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


#e612dc Background Color

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

This div background color is #e612dc


#e612dc Border Color

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

This div border color is #e612dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e612dc


Comments

No comments written yet.

Please login to write comment.