Color Hex Logo

#d585cb Color Hex

#D585CB
(213,133,203)
0 Favorites   0 Comments

Color spaces of #d585cb

RGB 213133203
HSL0.850.490.68
HSV308°38°84°
CMYK 0.000.380.05   0.16
XYZ46.607635.233060.8441
Yxy35.23300.32660.2469
Hunter Lab59.357436.2833-19.2248
CIE-Lab65.929741.1391-23.4758

#d585cb color RGB value is (213,133,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000101 11001011
Octal 325 205 313
Decimal 213 133 203
Hex D5 85 CB

RGB Percentages of Color #d585cb

%38.80
%24.23
%36.98

CMYK Percentages of Color #d585cb

%0
%38
%5
%16

Triadic Colors of #d585cb

#d585cb #cbd585 #85cbd5

Analogous Colors of #d585cb

#d585cb #d585a3 #b785d5

Monochromatic Colors of #d585cb

#d585cb

Complementary Color

#d585cb #85d58f

#d585cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d585cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d585cb Color CSS Codes

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

#d585cb Text Font Color

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

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


#d585cb Background Color

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

This div background color is #d585cb


#d585cb Border Color

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

This div border color is #d585cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d585cb


Comments

No comments written yet.

Please login to write comment.