Color Hex Logo

#e61451 Color Hex

#E61451
(230,20,81)
0 Favorites   0 Comments

Color spaces of #e61451

RGB 2302081
HSL0.950.840.49
HSV343°91°90°
CMYK 0.000.910.65   0.10
XYZ34.368517.91749.4316
Yxy17.91740.55690.2903
Hunter Lab42.328970.855316.4195
CIE-Lab49.395874.335524.2591

#e61451 color RGB value is (230,20,81).

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

The process color (four color CMYK) of #e61451 color hex is 0.00, 0.91, 0.65, 0.10. Web safe color of #e61451 is #ff0066. Color #e61451 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00010100 01010001
Octal 346 24 121
Decimal 230 20 81
Hex E6 14 51

RGB Percentages of Color #e61451

%69.49
%6.04
%24.47

CMYK Percentages of Color #e61451

%0
%91
%65
%10

Triadic Colors of #e61451

#e61451 #51e614 #1451e6

Analogous Colors of #e61451

#e61451 #e64014 #e614ba

Monochromatic Colors of #e61451

#e61451

Complementary Color

#e61451 #14e6a9

#e61451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61451 Color CSS Codes

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

#e61451 Text Font Color

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

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


#e61451 Background Color

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

This div background color is #e61451


#e61451 Border Color

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

This div border color is #e61451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61451


Comments

No comments written yet.

Please login to write comment.