Color Hex Logo

#d58dcb Color Hex

#D58DCB
(213,141,203)
0 Favorites   0 Comments

Color spaces of #d58dcb

RGB 213141203
HSL0.860.460.69
HSV308°34°84°
CMYK 0.000.340.05   0.16
XYZ47.744937.507761.2232
Yxy37.50770.32600.2561
Hunter Lab61.243531.9808-16.3998
CIE-Lab67.656236.8785-20.8404

#d58dcb color RGB value is (213,141,203).

#d58dcb hex color red value is 213, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d58dcb hue: 0.86 , saturation: 0.46 and the lightness value of d58dcb is 0.69.

The process color (four color CMYK) of #d58dcb color hex is 0.00, 0.34, 0.05, 0.16. Web safe color of #d58dcb is #cc99cc. Color #d58dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 11001011
Octal 325 215 313
Decimal 213 141 203
Hex D5 8D CB

RGB Percentages of Color #d58dcb

%38.24
%25.31
%36.45

CMYK Percentages of Color #d58dcb

%0
%34
%5
%16

Triadic Colors of #d58dcb

#d58dcb #cbd58d #8dcbd5

Analogous Colors of #d58dcb

#d58dcb #d58da7 #bb8dd5

Monochromatic Colors of #d58dcb

#d58dcb

Complementary Color

#d58dcb #8dd597

#d58dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58dcb Color CSS Codes

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

#d58dcb Text Font Color

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

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


#d58dcb Background Color

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

This div background color is #d58dcb


#d58dcb Border Color

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

This div border color is #d58dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58dcb


Comments

No comments written yet.

Please login to write comment.