Color Hex Logo

#e122bd Color Hex

#E122BD
(225,34,189)
0 Favorites   0 Comments

Color spaces of #e122bd

RGB 22534189
HSL0.860.760.51
HSV311°85°88°
CMYK 0.000.850.16   0.12
XYZ40.808720.825750.0130
Yxy20.82570.36550.1865
Hunter Lab45.635279.7599-33.0331
CIE-Lab52.758280.8311-35.7650

#e122bd color RGB value is (225,34,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100010 10111101
Octal 341 42 275
Decimal 225 34 189
Hex E1 22 BD

RGB Percentages of Color #e122bd

%50.22
%7.59
%42.19

CMYK Percentages of Color #e122bd

%0
%85
%16
%12

Triadic Colors of #e122bd

#e122bd #bde122 #22bde1

Analogous Colors of #e122bd

#e122bd #e1225e #a622e1

Monochromatic Colors of #e122bd

#e122bd

Complementary Color

#e122bd #22e146

#e122bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e122bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e122bd Color CSS Codes

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

#e122bd Text Font Color

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

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


#e122bd Background Color

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

This div background color is #e122bd


#e122bd Border Color

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

This div border color is #e122bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e122bd


Comments

No comments written yet.

Please login to write comment.