Color Hex Logo

#e123cd Color Hex

#E123CD
(225,35,205)
0 Favorites   0 Comments

Color spaces of #e123cd

RGB 22535205
HSL0.850.760.51
HSV306°84°88°
CMYK 0.000.840.09   0.12
XYZ42.671821.617459.6811
Yxy21.61740.34420.1744
Hunter Lab46.494582.4586-43.5594
CIE-Lab53.618782.7773-43.6453

#e123cd color RGB value is (225,35,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 11001101
Octal 341 43 315
Decimal 225 35 205
Hex E1 23 CD

RGB Percentages of Color #e123cd

%48.39
%7.53
%44.09

CMYK Percentages of Color #e123cd

%0
%84
%9
%12

Triadic Colors of #e123cd

#e123cd #cde123 #23cde1

Analogous Colors of #e123cd

#e123cd #e1236e #9623e1

Monochromatic Colors of #e123cd

#e123cd

Complementary Color

#e123cd #23e137

#e123cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e123cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e123cd Color CSS Codes

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

#e123cd Text Font Color

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

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


#e123cd Background Color

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

This div background color is #e123cd


#e123cd Border Color

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

This div border color is #e123cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e123cd


Comments

No comments written yet.

Please login to write comment.