Color Hex Logo

#d13ede Color Hex

#D13EDE
(209,62,222)
0 Favorites   0 Comments

Color spaces of #d13ede

RGB 20962222
HSL0.820.710.56
HSV295°72°87°
CMYK 0.060.720.00   0.13
XYZ41.201922.274571.2351
Yxy22.27450.30590.1653
Hunter Lab47.195973.2374-56.4523
CIE-Lab54.317175.3196-52.3870

#d13ede color RGB value is (209,62,222).

#d13ede hex color red value is 209, green value is 62 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d13ede hue: 0.82 , saturation: 0.71 and the lightness value of d13ede is 0.56.

The process color (four color CMYK) of #d13ede color hex is 0.06, 0.72, 0.00, 0.13. Web safe color of #d13ede is #cc33cc. Color #d13ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111110 11011110
Octal 321 76 336
Decimal 209 62 222
Hex D1 3E DE

RGB Percentages of Color #d13ede

%42.39
%12.58
%45.03

CMYK Percentages of Color #d13ede

%6
%72
%0
%13

Triadic Colors of #d13ede

#d13ede #ded13e #3eded1

Analogous Colors of #d13ede

#d13ede #de3e9b #813ede

Monochromatic Colors of #d13ede

#d13ede

Complementary Color

#d13ede #4bde3e

#d13ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13ede Color CSS Codes

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

#d13ede Text Font Color

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

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


#d13ede Background Color

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

This div background color is #d13ede


#d13ede Border Color

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

This div border color is #d13ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,62,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d13ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d13ede;
  -webkit-box-shadow: 1px 1px 3px 2px #d13ede;
  box-shadow:         1px 1px 3px 2px #d13ede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,62,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13ede


Comments

No comments written yet.

Please login to write comment.