color codes Logo

#e6047c color codes

#E6047C
(230,4,124)
0 Favorites   0 Comments

Color spaces of #e6047c

RGB 2304124
HSL0.910.970.46
HSV328°98°90°
CMYK 0.000.980.46   0.10
XYZ36.314618.365120.6996
Yxy18.36510.48180.2436
Hunter Lab42.854576.26411.3599
CIE-Lab49.936078.6074-1.3171

#e6047c color RGB value is (230,4,124).

#e6047c hex color red value is 230, green value is 4 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #e6047c hue: 0.91 , saturation: 0.97 and the lightness value of e6047c is 0.46.

The process color (four color CMYK) of #e6047c color code is 0.00, 0.98, 0.46, 0.10. Web safe color of #e6047c is #ff0066. Color #e6047c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000100 01111100
Octal 346 4 174
Decimal 230 4 124
Hex E6 4 7C

RGB Percentages of Color #e6047c

%64.25
%1.12
%34.64

CMYK Percentages of Color #e6047c

%0
%98
%46
%10

Triadic Colors of #e6047c

#e6047c #7ce604 #047ce6

Analogous Colors of #e6047c

#e6047c #e6040b #df04e6

Monochromatic Colors of #e6047c

#e6047c

Complementary Color

#e6047c #04e66e

#e6047c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6047c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6047c Color CSS Codes

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

#e6047c Text Font Color

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

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


#e6047c Background Color

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

This div background color is #e6047c


#e6047c Border Color

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

This div border color is #e6047c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6047c


Comments

No comments written yet.

Please login to write comment.