Color Hex Logo

#e123af Color Hex

#E123AF
(225,35,175)
0 Favorites   0 Comments

Color spaces of #e123af

RGB 22535175
HSL0.880.760.51
HSV316°84°88°
CMYK 0.000.840.22   0.12
XYZ39.390220.304842.4006
Yxy20.30480.38580.1989
Hunter Lab45.060877.1803-24.2471
CIE-Lab52.180178.9009-28.4978

#e123af color RGB value is (225,35,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 10101111
Octal 341 43 257
Decimal 225 35 175
Hex E1 23 AF

RGB Percentages of Color #e123af

%51.72
%8.05
%40.23

CMYK Percentages of Color #e123af

%0
%84
%22
%12

Triadic Colors of #e123af

#e123af #afe123 #23afe1

Analogous Colors of #e123af

#e123af #e12350 #b423e1

Monochromatic Colors of #e123af

#e123af

Complementary Color

#e123af #23e155

#e123af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e123af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e123af Color CSS Codes

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

#e123af Text Font Color

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

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


#e123af Background Color

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

This div background color is #e123af


#e123af Border Color

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

This div border color is #e123af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,35,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 #e123af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e123af


Comments

No comments written yet.

Please login to write comment.