Color Hex Logo

#d583ed Color Hex

#D583ED
(213,131,237)
0 Favorites   0 Comments

Color spaces of #d583ed

RGB 213131237
HSL0.800.750.72
HSV286°45°93°
CMYK 0.100.450.00   0.07
XYZ50.842936.493284.4849
Yxy36.49320.29590.2124
Hunter Lab60.409644.5152-40.6324
CIE-Lab66.895148.5765-40.8595

#d583ed color RGB value is (213,131,237).

#d583ed hex color red value is 213, green value is 131 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d583ed hue: 0.80 , saturation: 0.75 and the lightness value of d583ed is 0.72.

The process color (four color CMYK) of #d583ed color hex is 0.10, 0.45, 0.00, 0.07. Web safe color of #d583ed is #cc99ff. Color #d583ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000011 11101101
Octal 325 203 355
Decimal 213 131 237
Hex D5 83 ED

RGB Percentages of Color #d583ed

%36.66
%22.55
%40.79

CMYK Percentages of Color #d583ed

%10
%45
%0
%7

Triadic Colors of #d583ed

#d583ed #edd583 #83edd5

Analogous Colors of #d583ed

#d583ed #ed83d0 #a083ed

Monochromatic Colors of #d583ed

#d583ed

Complementary Color

#d583ed #9bed83

#d583ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d583ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d583ed Color CSS Codes

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

#d583ed Text Font Color

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

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


#d583ed Background Color

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

This div background color is #d583ed


#d583ed Border Color

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

This div border color is #d583ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d583ed


Comments

No comments written yet.

Please login to write comment.