Color Hex Logo

#e123c6 Color Hex

#E123C6
(225,35,198)
0 Favorites   0 Comments

Color spaces of #e123c6

RGB 22535198
HSL0.860.760.51
HSV309°84°88°
CMYK 0.000.840.12   0.12
XYZ41.845421.286855.3294
Yxy21.28680.35320.1797
Hunter Lab46.137681.1532-38.8057
CIE-Lab53.262081.8272-40.1813

#e123c6 color RGB value is (225,35,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 11000110
Octal 341 43 306
Decimal 225 35 198
Hex E1 23 C6

RGB Percentages of Color #e123c6

%49.13
%7.64
%43.23

CMYK Percentages of Color #e123c6

%0
%84
%12
%12

Triadic Colors of #e123c6

#e123c6 #c6e123 #23c6e1

Analogous Colors of #e123c6

#e123c6 #e12367 #9d23e1

Monochromatic Colors of #e123c6

#e123c6

Complementary Color

#e123c6 #23e13e

#e123c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e123c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e123c6 Color CSS Codes

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

#e123c6 Text Font Color

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

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


#e123c6 Background Color

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

This div background color is #e123c6


#e123c6 Border Color

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

This div border color is #e123c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e123c6


Comments

No comments written yet.

Please login to write comment.