Color Hex Logo

#e123f5 Color Hex

#E123F5
(225,35,245)
0 Favorites   0 Comments

Color spaces of #e123f5

RGB 22535245
HSL0.820.910.55
HSV294°86°96°
CMYK 0.080.860.00   0.04
XYZ48.133823.802288.4435
Yxy23.80220.30010.1484
Hunter Lab48.787590.7302-73.3315
CIE-Lab55.889288.6746-62.6618

#e123f5 color RGB value is (225,35,245).

#e123f5 hex color red value is 225, green value is 35 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #e123f5 hue: 0.82 , saturation: 0.91 and the lightness value of e123f5 is 0.55.

The process color (four color CMYK) of #e123f5 color hex is 0.08, 0.86, 0.00, 0.04. Web safe color of #e123f5 is #cc33ff. Color #e123f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 11110101
Octal 341 43 365
Decimal 225 35 245
Hex E1 23 F5

RGB Percentages of Color #e123f5

%44.55
%6.93
%48.51

CMYK Percentages of Color #e123f5

%8
%86
%0
%4

Triadic Colors of #e123f5

#e123f5 #f5e123 #23f5e1

Analogous Colors of #e123f5

#e123f5 #f523a0 #7823f5

Monochromatic Colors of #e123f5

#e123f5

Complementary Color

#e123f5 #37f523

#e123f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e123f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e123f5 Color CSS Codes

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

#e123f5 Text Font Color

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

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


#e123f5 Background Color

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

This div background color is #e123f5


#e123f5 Border Color

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

This div border color is #e123f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,35,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e123f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e123f5;
  -webkit-box-shadow: 1px 1px 3px 2px #e123f5;
  box-shadow:         1px 1px 3px 2px #e123f5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,35,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e123f5


Comments

No comments written yet.

Please login to write comment.