Color Hex Logo

#e614cc Color Hex

#E614CC
(230,20,204)
0 Favorites   0 Comments

Color spaces of #e614cc

RGB 23020204
HSL0.850.840.49
HSV307°91°90°
CMYK 0.000.910.11   0.10
XYZ43.782421.682959.0044
Yxy21.68290.35180.1742
Hunter Lab46.564986.3451-42.5335
CIE-Lab53.688985.7676-42.9032

#e614cc color RGB value is (230,20,204).

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

The process color (four color CMYK) of #e614cc color hex is 0.00, 0.91, 0.11, 0.10. Web safe color of #e614cc is #ff00cc. Color #e614cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010100 11001100
Octal 346 24 314
Decimal 230 20 204
Hex E6 14 CC

RGB Percentages of Color #e614cc

%50.66
%4.41
%44.93

CMYK Percentages of Color #e614cc

%0
%91
%11
%10

Triadic Colors of #e614cc

#e614cc #cce614 #14cce6

Analogous Colors of #e614cc

#e614cc #e61463 #9714e6

Monochromatic Colors of #e614cc

#e614cc

Complementary Color

#e614cc #14e62e

#e614cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e614cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e614cc Color CSS Codes

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

#e614cc Text Font Color

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

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


#e614cc Background Color

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

This div background color is #e614cc


#e614cc Border Color

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

This div border color is #e614cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e614cc


Comments

No comments written yet.

Please login to write comment.