Color Hex Logo

#e13ded Color Hex

#E13DED
(225,61,237)
0 Favorites   0 Comments

Color spaces of #e13ded

RGB 22561237
HSL0.820.830.58
HSV296°74°93°
CMYK 0.050.740.00   0.07
XYZ48.006125.459582.5047
Yxy25.45950.30780.1632
Hunter Lab50.457481.5277-61.6270
CIE-Lab57.520481.2907-55.5755

#e13ded color RGB value is (225,61,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 11101101
Octal 341 75 355
Decimal 225 61 237
Hex E1 3D ED

RGB Percentages of Color #e13ded

%43.02
%11.66
%45.32

CMYK Percentages of Color #e13ded

%5
%74
%0
%7

Triadic Colors of #e13ded

#e13ded #ede13d #3dede1

Analogous Colors of #e13ded

#e13ded #ed3da1 #893ded

Monochromatic Colors of #e13ded

#e13ded

Complementary Color

#e13ded #49ed3d

#e13ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13ded Color CSS Codes

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

#e13ded Text Font Color

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

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


#e13ded Background Color

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

This div background color is #e13ded


#e13ded Border Color

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

This div border color is #e13ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13ded


Comments

No comments written yet.

Please login to write comment.