Color Hex Logo

#e24f7b Color Hex

#E24F7B
(226,79,123)
0 Favorites   0 Comments

Color spaces of #e24f7b

RGB 22679123
HSL0.950.720.60
HSV342°65°89°
CMYK 0.000.650.46   0.11
XYZ37.735223.190821.2263
Yxy23.19080.45930.2823
Hunter Lab48.156855.59637.5763
CIE-Lab55.268360.29386.9093

#e24f7b color RGB value is (226,79,123).

#e24f7b hex color red value is 226, green value is 79 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e24f7b hue: 0.95 , saturation: 0.72 and the lightness value of e24f7b is 0.60.

The process color (four color CMYK) of #e24f7b color hex is 0.00, 0.65, 0.46, 0.11. Web safe color of #e24f7b is #cc6666. Color #e24f7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001111 01111011
Octal 342 117 173
Decimal 226 79 123
Hex E2 4F 7B

RGB Percentages of Color #e24f7b

%52.80
%18.46
%28.74

CMYK Percentages of Color #e24f7b

%0
%65
%46
%11

Triadic Colors of #e24f7b

#e24f7b #7be24f #4f7be2

Analogous Colors of #e24f7b

#e24f7b #e26d4f #e24fc5

Monochromatic Colors of #e24f7b

#e24f7b

Complementary Color

#e24f7b #4fe2b6

#e24f7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24f7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24f7b Color CSS Codes

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

#e24f7b Text Font Color

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

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


#e24f7b Background Color

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

This div background color is #e24f7b


#e24f7b Border Color

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

This div border color is #e24f7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,79,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24f7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24f7b;
  -webkit-box-shadow: 1px 1px 3px 2px #e24f7b;
  box-shadow:         1px 1px 3px 2px #e24f7b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,79,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24f7b

#e24f7b Color Palettes


Comments

No comments written yet.

Please login to write comment.