Color Hex Logo

#e13dec Color Hex

#E13DEC
(225,61,236)
0 Favorites   0 Comments

Color spaces of #e13dec

RGB 22561236
HSL0.820.820.58
HSV296°74°93°
CMYK 0.050.740.00   0.07
XYZ47.860425.401281.7373
Yxy25.40120.30880.1639
Hunter Lab50.399681.3076-60.8759
CIE-Lab57.464381.1296-55.1052

#e13dec color RGB value is (225,61,236).

#e13dec hex color red value is 225, green value is 61 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e13dec hue: 0.82 , saturation: 0.82 and the lightness value of e13dec is 0.58.

The process color (four color CMYK) of #e13dec color hex is 0.05, 0.74, 0.00, 0.07. Web safe color of #e13dec is #cc33ff. Color #e13dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 11101100
Octal 341 75 354
Decimal 225 61 236
Hex E1 3D EC

RGB Percentages of Color #e13dec

%43.10
%11.69
%45.21

CMYK Percentages of Color #e13dec

%5
%74
%0
%7

Triadic Colors of #e13dec

#e13dec #ece13d #3dece1

Analogous Colors of #e13dec

#e13dec #ec3da0 #8a3dec

Monochromatic Colors of #e13dec

#e13dec

Complementary Color

#e13dec #48ec3d

#e13dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13dec Color CSS Codes

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

#e13dec Text Font Color

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

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


#e13dec Background Color

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

This div background color is #e13dec


#e13dec Border Color

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

This div border color is #e13dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13dec


Comments

No comments written yet.

Please login to write comment.