Color Hex Logo

#d583cd Color Hex

#D583CD
(213,131,205)
0 Favorites   0 Comments

Color spaces of #d583cd

RGB 213131205
HSL0.850.490.67
HSV306°38°84°
CMYK 0.000.380.04   0.16
XYZ46.576334.786562.0172
Yxy34.78650.32480.2426
Hunter Lab58.980137.7455-21.0570
CIE-Lab65.582142.5490-25.1270

#d583cd color RGB value is (213,131,205).

#d583cd hex color red value is 213, green value is 131 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d583cd hue: 0.85 , saturation: 0.49 and the lightness value of d583cd is 0.67.

The process color (four color CMYK) of #d583cd color hex is 0.00, 0.38, 0.04, 0.16. Web safe color of #d583cd is #cc99cc. Color #d583cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000011 11001101
Octal 325 203 315
Decimal 213 131 205
Hex D5 83 CD

RGB Percentages of Color #d583cd

%38.80
%23.86
%37.34

CMYK Percentages of Color #d583cd

%0
%38
%4
%16

Triadic Colors of #d583cd

#d583cd #cdd583 #83cdd5

Analogous Colors of #d583cd

#d583cd #d583a4 #b483d5

Monochromatic Colors of #d583cd

#d583cd

Complementary Color

#d583cd #83d58b

#d583cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d583cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d583cd Color CSS Codes

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

#d583cd Text Font Color

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

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


#d583cd Background Color

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

This div background color is #d583cd


#d583cd Border Color

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

This div border color is #d583cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,131,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d583cd


Comments

No comments written yet.

Please login to write comment.