Color Hex Logo

#e123be Color Hex

#E123BE
(225,35,190)
0 Favorites   0 Comments

Color spaces of #e123be

RGB 22535190
HSL0.860.760.51
HSV311°84°88°
CMYK 0.000.840.16   0.12
XYZ40.946620.927350.5964
Yxy20.92730.36410.1861
Hunter Lab45.746479.7154-33.5535
CIE-Lab52.869880.7743-36.1702

#e123be color RGB value is (225,35,190).

#e123be hex color red value is 225, green value is 35 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e123be hue: 0.86 , saturation: 0.76 and the lightness value of e123be is 0.51.

The process color (four color CMYK) of #e123be color hex is 0.00, 0.84, 0.16, 0.12. Web safe color of #e123be is #cc33cc. Color #e123be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 10111110
Octal 341 43 276
Decimal 225 35 190
Hex E1 23 BE

RGB Percentages of Color #e123be

%50.00
%7.78
%42.22

CMYK Percentages of Color #e123be

%0
%84
%16
%12

Triadic Colors of #e123be

#e123be #bee123 #23bee1

Analogous Colors of #e123be

#e123be #e1235f #a523e1

Monochromatic Colors of #e123be

#e123be

Complementary Color

#e123be #23e146

#e123be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e123be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e123be Color CSS Codes

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

#e123be Text Font Color

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

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


#e123be Background Color

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

This div background color is #e123be


#e123be Border Color

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

This div border color is #e123be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e123be


Comments

No comments written yet.

Please login to write comment.