Color Hex Logo

#d591cb Color Hex

#D591CB
(213,145,203)
0 Favorites   0 Comments

Color spaces of #d591cb

RGB 213145203
HSL0.860.450.70
HSV309°32°84°
CMYK 0.000.320.05   0.16
XYZ48.345538.708761.4234
Yxy38.70870.32560.2607
Hunter Lab62.216329.8258-14.9830
CIE-Lab68.539734.7299-19.4968

#d591cb color RGB value is (213,145,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010001 11001011
Octal 325 221 313
Decimal 213 145 203
Hex D5 91 CB

RGB Percentages of Color #d591cb

%37.97
%25.85
%36.19

CMYK Percentages of Color #d591cb

%0
%32
%5
%16

Triadic Colors of #d591cb

#d591cb #cbd591 #91cbd5

Analogous Colors of #d591cb

#d591cb #d591a9 #bd91d5

Monochromatic Colors of #d591cb

#d591cb

Complementary Color

#d591cb #91d59b

#d591cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d591cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d591cb Color CSS Codes

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

#d591cb Text Font Color

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

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


#d591cb Background Color

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

This div background color is #d591cb


#d591cb Border Color

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

This div border color is #d591cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d591cb


Comments

No comments written yet.

Please login to write comment.