Color Hex Logo

#e12bdc Color Hex

#E12BDC
(225,43,220)
0 Favorites   0 Comments

Color spaces of #e12bdc

RGB 22543220
HSL0.840.750.53
HSV302°81°88°
CMYK 0.000.810.02   0.12
XYZ44.833522.902669.7678
Yxy22.90260.32610.1666
Hunter Lab47.856783.4748-52.9362
CIE-Lab54.971983.3034-50.0576

#e12bdc color RGB value is (225,43,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101011 11011100
Octal 341 53 334
Decimal 225 43 220
Hex E1 2B DC

RGB Percentages of Color #e12bdc

%46.11
%8.81
%45.08

CMYK Percentages of Color #e12bdc

%0
%81
%2
%12

Triadic Colors of #e12bdc

#e12bdc #dce12b #2bdce1

Analogous Colors of #e12bdc

#e12bdc #e12b81 #8b2be1

Monochromatic Colors of #e12bdc

#e12bdc

Complementary Color

#e12bdc #2be130

#e12bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12bdc Color CSS Codes

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

#e12bdc Text Font Color

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

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


#e12bdc Background Color

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

This div background color is #e12bdc


#e12bdc Border Color

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

This div border color is #e12bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12bdc


Comments

No comments written yet.

Please login to write comment.