Color Hex Logo

#e13abd Color Hex

#E13ABD
(225,58,189)
0 Favorites   0 Comments

Color spaces of #e13abd

RGB 22558189
HSL0.870.740.55
HSV313°74°88°
CMYK 0.000.740.16   0.12
XYZ41.749722.707850.3267
Yxy22.70780.36370.1978
Hunter Lab47.652772.9960-29.2601
CIE-Lab54.770175.0365-32.6182

#e13abd color RGB value is (225,58,189).

#e13abd hex color red value is 225, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e13abd hue: 0.87 , saturation: 0.74 and the lightness value of e13abd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 10111101
Octal 341 72 275
Decimal 225 58 189
Hex E1 3A BD

RGB Percentages of Color #e13abd

%47.67
%12.29
%40.04

CMYK Percentages of Color #e13abd

%0
%74
%16
%12

Triadic Colors of #e13abd

#e13abd #bde13a #3abde1

Analogous Colors of #e13abd

#e13abd #e13a6a #b23ae1

Monochromatic Colors of #e13abd

#e13abd

Complementary Color

#e13abd #3ae15e

#e13abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13abd Color CSS Codes

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

#e13abd Text Font Color

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

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


#e13abd Background Color

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

This div background color is #e13abd


#e13abd Border Color

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

This div border color is #e13abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13abd


Comments

No comments written yet.

Please login to write comment.