Color Hex Logo

#e6246d Color Hex

#E6246D
(230,36,109)
0 Favorites   0 Comments

Color spaces of #e6246d

RGB 23036109
HSL0.940.800.52
HSV337°84°90°
CMYK 0.000.840.53   0.10
XYZ36.024319.188916.2731
Yxy19.18890.50390.2684
Hunter Lab43.805170.13528.6380
CIE-Lab50.907573.45059.2207

#e6246d color RGB value is (230,36,109).

#e6246d hex color red value is 230, green value is 36 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e6246d hue: 0.94 , saturation: 0.80 and the lightness value of e6246d is 0.52.

The process color (four color CMYK) of #e6246d color hex is 0.00, 0.84, 0.53, 0.10. Web safe color of #e6246d is #ff3366. Color #e6246d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00100100 01101101
Octal 346 44 155
Decimal 230 36 109
Hex E6 24 6D

RGB Percentages of Color #e6246d

%61.33
%9.60
%29.07

CMYK Percentages of Color #e6246d

%0
%84
%53
%10

Triadic Colors of #e6246d

#e6246d #6de624 #246de6

Analogous Colors of #e6246d

#e6246d #e63c24 #e624ce

Monochromatic Colors of #e6246d

#e6246d

Complementary Color

#e6246d #24e69d

#e6246d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6246d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6246d Color CSS Codes

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

#e6246d Text Font Color

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

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


#e6246d Background Color

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

This div background color is #e6246d


#e6246d Border Color

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

This div border color is #e6246d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6246d


Comments

No comments written yet.

Please login to write comment.