Color Hex Logo

#e13ddc Color Hex

#E13DDC
(225,61,220)
0 Favorites   0 Comments

Color spaces of #e13ddc

RGB 22561220
HSL0.840.730.56
HSV302°73°88°
CMYK 0.000.730.02   0.12
XYZ45.638324.512370.0361
Yxy24.51230.32560.1749
Hunter Lab49.509977.8993-49.2140
CIE-Lab56.597178.6132-47.4762

#e13ddc color RGB value is (225,61,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 11011100
Octal 341 75 334
Decimal 225 61 220
Hex E1 3D DC

RGB Percentages of Color #e13ddc

%44.47
%12.06
%43.48

CMYK Percentages of Color #e13ddc

%0
%73
%2
%12

Triadic Colors of #e13ddc

#e13ddc #dce13d #3ddce1

Analogous Colors of #e13ddc

#e13ddc #e13d8a #943de1

Monochromatic Colors of #e13ddc

#e13ddc

Complementary Color

#e13ddc #3de142

#e13ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13ddc Color CSS Codes

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

#e13ddc Text Font Color

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

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


#e13ddc Background Color

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

This div background color is #e13ddc


#e13ddc Border Color

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

This div border color is #e13ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13ddc


Comments

No comments written yet.

Please login to write comment.