Color Hex Logo

#e31469 Color Hex

#E31469
(227,20,105)
0 Favorites   0 Comments

Color spaces of #e31469

RGB 22720105
HSL0.930.840.48
HSV335°91°89°
CMYK 0.000.910.54   0.11
XYZ34.478517.851114.9930
Yxy17.85110.51210.2652
Hunter Lab42.250671.72618.5358
CIE-Lab49.315075.06329.3345

#e31469 color RGB value is (227,20,105).

#e31469 hex color red value is 227, green value is 20 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e31469 hue: 0.93 , saturation: 0.84 and the lightness value of e31469 is 0.48.

The process color (four color CMYK) of #e31469 color hex is 0.00, 0.91, 0.54, 0.11. Web safe color of #e31469 is #cc0066. Color #e31469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 01101001
Octal 343 24 151
Decimal 227 20 105
Hex E3 14 69

RGB Percentages of Color #e31469

%64.49
%5.68
%29.83

CMYK Percentages of Color #e31469

%0
%91
%54
%11

Triadic Colors of #e31469

#e31469 #69e314 #1469e3

Analogous Colors of #e31469

#e31469 #e32714 #e314d1

Monochromatic Colors of #e31469

#e31469

Complementary Color

#e31469 #14e38e

#e31469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31469 Color CSS Codes

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

#e31469 Text Font Color

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

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


#e31469 Background Color

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

This div background color is #e31469


#e31469 Border Color

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

This div border color is #e31469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31469


Comments

No comments written yet.

Please login to write comment.