Color Hex Logo

#e23faf Color Hex

#E23FAF
(226,63,175)
0 Favorites   0 Comments

Color spaces of #e23faf

RGB 22663175
HSL0.890.740.57
HSV319°72°89°
CMYK 0.000.720.23   0.11
XYZ40.879422.818942.8073
Yxy22.81890.38380.2143
Hunter Lab47.769169.1590-19.6931
CIE-Lab54.885371.8803-24.2991

#e23faf color RGB value is (226,63,175).

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

The process color (four color CMYK) of #e23faf color hex is 0.00, 0.72, 0.23, 0.11. Web safe color of #e23faf is #cc3399. Color #e23faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111111 10101111
Octal 342 77 257
Decimal 226 63 175
Hex E2 3F AF

RGB Percentages of Color #e23faf

%48.71
%13.58
%37.72

CMYK Percentages of Color #e23faf

%0
%72
%23
%11

Triadic Colors of #e23faf

#e23faf #afe23f #3fafe2

Analogous Colors of #e23faf

#e23faf #e23f5d #c43fe2

Monochromatic Colors of #e23faf

#e23faf

Complementary Color

#e23faf #3fe272

#e23faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23faf Color CSS Codes

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

#e23faf Text Font Color

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

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


#e23faf Background Color

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

This div background color is #e23faf


#e23faf Border Color

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

This div border color is #e23faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23faf


Comments

No comments written yet.

Please login to write comment.