Color Hex Logo

#e23f5b Color Hex

#E23F5B
(226,63,91)
0 Favorites   0 Comments

Color spaces of #e23f5b

RGB 2266391
HSL0.970.740.57
HSV350°72°89°
CMYK 0.000.720.60   0.11
XYZ35.029920.479112.0041
Yxy20.47910.51890.3033
Hunter Lab45.253858.978315.9503
CIE-Lab52.374663.766121.9870

#e23f5b color RGB value is (226,63,91).

#e23f5b hex color red value is 226, green value is 63 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e23f5b hue: 0.97 , saturation: 0.74 and the lightness value of e23f5b is 0.57.

The process color (four color CMYK) of #e23f5b color hex is 0.00, 0.72, 0.60, 0.11. Web safe color of #e23f5b is #cc3366. Color #e23f5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111111 01011011
Octal 342 77 133
Decimal 226 63 91
Hex E2 3F 5B

RGB Percentages of Color #e23f5b

%59.47
%16.58
%23.95

CMYK Percentages of Color #e23f5b

%0
%72
%60
%11

Triadic Colors of #e23f5b

#e23f5b #5be23f #3f5be2

Analogous Colors of #e23f5b

#e23f5b #e2753f #e23fad

Monochromatic Colors of #e23f5b

#e23f5b

Complementary Color

#e23f5b #3fe2c6

#e23f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23f5b Color CSS Codes

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

#e23f5b Text Font Color

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

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


#e23f5b Background Color

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

This div background color is #e23f5b


#e23f5b Border Color

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

This div border color is #e23f5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23f5b


Comments

No comments written yet.

Please login to write comment.