Color Hex Logo

#d584cb Color Hex

#D584CB
(213,132,203)
0 Favorites   0 Comments

Color spaces of #d584cb

RGB 213132203
HSL0.850.490.68
HSV307°38°84°
CMYK 0.000.380.05   0.16
XYZ46.471334.960560.7986
Yxy34.96050.32670.2458
Hunter Lab59.127436.8195-19.5766
CIE-Lab65.717941.6672-23.7998

#d584cb color RGB value is (213,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 11001011
Octal 325 204 313
Decimal 213 132 203
Hex D5 84 CB

RGB Percentages of Color #d584cb

%38.87
%24.09
%37.04

CMYK Percentages of Color #d584cb

%0
%38
%5
%16

Triadic Colors of #d584cb

#d584cb #cbd584 #84cbd5

Analogous Colors of #d584cb

#d584cb #d584a3 #b784d5

Monochromatic Colors of #d584cb

#d584cb

Complementary Color

#d584cb #84d58e

#d584cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d584cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d584cb Color CSS Codes

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

#d584cb Text Font Color

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

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


#d584cb Background Color

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

This div background color is #d584cb


#d584cb Border Color

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

This div border color is #d584cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d584cb


Comments

No comments written yet.

Please login to write comment.