Color Hex Logo

#e42f95 Color Hex

#E42F95
(228,47,149)
0 Favorites   0 Comments

Color spaces of #e42f95

RGB 22847149
HSL0.910.770.54
HSV326°79°89°
CMYK 0.000.790.35   0.11
XYZ38.436220.696930.4029
Yxy20.69690.42930.2312
Hunter Lab45.493871.1943-7.7770
CIE-Lab52.616273.9871-12.4182

#e42f95 color RGB value is (228,47,149).

#e42f95 hex color red value is 228, green value is 47 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #e42f95 hue: 0.91 , saturation: 0.77 and the lightness value of e42f95 is 0.54.

The process color (four color CMYK) of #e42f95 color hex is 0.00, 0.79, 0.35, 0.11. Web safe color of #e42f95 is #cc3399. Color #e42f95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101111 10010101
Octal 344 57 225
Decimal 228 47 149
Hex E4 2F 95

RGB Percentages of Color #e42f95

%53.77
%11.08
%35.14

CMYK Percentages of Color #e42f95

%0
%79
%35
%11

Triadic Colors of #e42f95

#e42f95 #95e42f #2f95e4

Analogous Colors of #e42f95

#e42f95 #e42f3b #d92fe4

Monochromatic Colors of #e42f95

#e42f95

Complementary Color

#e42f95 #2fe47e

#e42f95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42f95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42f95 Color CSS Codes

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

#e42f95 Text Font Color

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

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


#e42f95 Background Color

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

This div background color is #e42f95


#e42f95 Border Color

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

This div border color is #e42f95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,47,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e42f95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e42f95;
  -webkit-box-shadow: 1px 1px 3px 2px #e42f95;
  box-shadow:         1px 1px 3px 2px #e42f95; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42f95


Comments

No comments written yet.

Please login to write comment.