Color Hex Logo

#d583dc Color Hex

#D583DC
(213,131,220)
0 Favorites   0 Comments

Color spaces of #d583dc

RGB 213131220
HSL0.820.560.69
HSV295°40°86°
CMYK 0.030.400.00   0.14
XYZ48.475135.546072.0163
Yxy35.54600.31070.2278
Hunter Lab59.620540.7956-29.8828
CIE-Lab66.171645.2938-32.5805

#d583dc color RGB value is (213,131,220).

#d583dc hex color red value is 213, green value is 131 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d583dc hue: 0.82 , saturation: 0.56 and the lightness value of d583dc is 0.69.

The process color (four color CMYK) of #d583dc color hex is 0.03, 0.40, 0.00, 0.14. Web safe color of #d583dc is #cc99cc. Color #d583dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000011 11011100
Octal 325 203 334
Decimal 213 131 220
Hex D5 83 DC

RGB Percentages of Color #d583dc

%37.77
%23.23
%39.01

CMYK Percentages of Color #d583dc

%3
%40
%0
%14

Triadic Colors of #d583dc

#d583dc #dcd583 #83dcd5

Analogous Colors of #d583dc

#d583dc #dc83b7 #a983dc

Monochromatic Colors of #d583dc

#d583dc

Complementary Color

#d583dc #8adc83

#d583dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d583dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d583dc Color CSS Codes

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

#d583dc Text Font Color

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

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


#d583dc Background Color

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

This div background color is #d583dc


#d583dc Border Color

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

This div border color is #d583dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d583dc


Comments

No comments written yet.

Please login to write comment.