Color Hex Logo

#e3469f Color Hex

#E3469F
(227,70,159)
0 Favorites   0 Comments

Color spaces of #e3469f

RGB 22770159
HSL0.910.740.58
HSV326°69°89°
CMYK 0.000.690.30   0.11
XYZ40.126723.214435.1668
Yxy23.21440.40730.2357
Hunter Lab48.181364.3423-9.5479
CIE-Lab55.292567.7944-14.3030

#e3469f color RGB value is (227,70,159).

#e3469f hex color red value is 227, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e3469f hue: 0.91 , saturation: 0.74 and the lightness value of e3469f is 0.58.

The process color (four color CMYK) of #e3469f color hex is 0.00, 0.69, 0.30, 0.11. Web safe color of #e3469f is #cc3399. Color #e3469f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000110 10011111
Octal 343 106 237
Decimal 227 70 159
Hex E3 46 9F

RGB Percentages of Color #e3469f

%49.78
%15.35
%34.87

CMYK Percentages of Color #e3469f

%0
%69
%30
%11

Triadic Colors of #e3469f

#e3469f #9fe346 #469fe3

Analogous Colors of #e3469f

#e3469f #e34650 #d946e3

Monochromatic Colors of #e3469f

#e3469f

Complementary Color

#e3469f #46e38a

#e3469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3469f Color CSS Codes

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

#e3469f Text Font Color

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

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


#e3469f Background Color

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

This div background color is #e3469f


#e3469f Border Color

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

This div border color is #e3469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3469f


Comments

No comments written yet.

Please login to write comment.