color codes Logo

#e12bdd color codes

#E12BDD
(225,43,221)
0 Favorites   0 Comments

Color spaces of #e12bdd

RGB 22543221
HSL0.840.750.53
HSV301°81°88°
CMYK 0.000.810.02   0.12
XYZ44.966422.955870.4675
Yxy22.95580.32490.1659
Hunter Lab47.912283.6788-53.6630
CIE-Lab55.026883.4509-50.5374

#e12bdd color RGB value is (225,43,221).

#e12bdd hex color red value is 225, green value is 43 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e12bdd hue: 0.84 , saturation: 0.75 and the lightness value of e12bdd is 0.53.

The process color (four color CMYK) of #e12bdd color code is 0.00, 0.81, 0.02, 0.12. Web safe color of #e12bdd is #cc33cc. Color #e12bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 11011101
Octal 341 53 335
Decimal 225 43 221
Hex E1 2B DD

RGB Percentages of Color #e12bdd

%46.01
%8.79
%45.19

CMYK Percentages of Color #e12bdd

%0
%81
%2
%12

Triadic Colors of #e12bdd

#e12bdd #dde12b #2bdde1

Analogous Colors of #e12bdd

#e12bdd #e12b82 #8a2be1

Monochromatic Colors of #e12bdd

#e12bdd

Complementary Color

#e12bdd #2be12f

#e12bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bdd Color CSS Codes

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

#e12bdd Text Font Color

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

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


#e12bdd Background Color

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

This div background color is #e12bdd


#e12bdd Border Color

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

This div border color is #e12bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bdd


Comments

No comments written yet.

Please login to write comment.