Color Hex Logo

#e13cdb Color Hex

#E13CDB
(225,60,219)
0 Favorites   0 Comments

Color spaces of #e13cdb

RGB 22560219
HSL0.840.730.56
HSV302°73°88°
CMYK 0.000.730.03   0.12
XYZ45.453424.353769.3229
Yxy24.35370.32670.1750
Hunter Lab49.349578.0461-48.7421
CIE-Lab56.440278.7601-47.1587

#e13cdb color RGB value is (225,60,219).

#e13cdb hex color red value is 225, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e13cdb hue: 0.84 , saturation: 0.73 and the lightness value of e13cdb is 0.56.

The process color (four color CMYK) of #e13cdb color hex is 0.00, 0.73, 0.03, 0.12. Web safe color of #e13cdb is #cc33cc. Color #e13cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111100 11011011
Octal 341 74 333
Decimal 225 60 219
Hex E1 3C DB

RGB Percentages of Color #e13cdb

%44.64
%11.90
%43.45

CMYK Percentages of Color #e13cdb

%0
%73
%3
%12

Triadic Colors of #e13cdb

#e13cdb #dbe13c #3cdbe1

Analogous Colors of #e13cdb

#e13cdb #e13c89 #953ce1

Monochromatic Colors of #e13cdb

#e13cdb

Complementary Color

#e13cdb #3ce142

#e13cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13cdb Color CSS Codes

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

#e13cdb Text Font Color

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

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


#e13cdb Background Color

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

This div background color is #e13cdb


#e13cdb Border Color

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

This div border color is #e13cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13cdb


Comments

No comments written yet.

Please login to write comment.