Color Hex Logo

#e123bd Color Hex

#E123BD
(225,35,189)
0 Favorites   0 Comments

Color spaces of #e123bd

RGB 22535189
HSL0.860.760.51
HSV311°84°88°
CMYK 0.000.840.16   0.12
XYZ40.837720.883750.0227
Yxy20.88370.36550.1869
Hunter Lab45.698779.5402-32.9109
CIE-Lab52.822080.6456-35.6650

#e123bd color RGB value is (225,35,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100011 10111101
Octal 341 43 275
Decimal 225 35 189
Hex E1 23 BD

RGB Percentages of Color #e123bd

%50.11
%7.80
%42.09

CMYK Percentages of Color #e123bd

%0
%84
%16
%12

Triadic Colors of #e123bd

#e123bd #bde123 #23bde1

Analogous Colors of #e123bd

#e123bd #e1235e #a623e1

Monochromatic Colors of #e123bd

#e123bd

Complementary Color

#e123bd #23e147

#e123bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e123bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e123bd Color CSS Codes

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

#e123bd Text Font Color

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

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


#e123bd Background Color

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

This div background color is #e123bd


#e123bd Border Color

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

This div border color is #e123bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e123bd


Comments

No comments written yet.

Please login to write comment.