Color Hex Logo

#d584da Color Hex

#D584DA
(213,132,218)
0 Favorites   0 Comments

Color spaces of #d584da

RGB 213132218
HSL0.820.540.69
HSV297°39°85°
CMYK 0.020.390.00   0.15
XYZ48.346735.710670.6744
Yxy35.71060.31250.2308
Hunter Lab59.758339.8360-28.2897
CIE-Lab66.298244.3949-31.2731

#d584da color RGB value is (213,132,218).

#d584da hex color red value is 213, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d584da hue: 0.82 , saturation: 0.54 and the lightness value of d584da is 0.69.

The process color (four color CMYK) of #d584da color hex is 0.02, 0.39, 0.00, 0.15. Web safe color of #d584da is #cc99cc. Color #d584da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000100 11011010
Octal 325 204 332
Decimal 213 132 218
Hex D5 84 DA

RGB Percentages of Color #d584da

%37.83
%23.45
%38.72

CMYK Percentages of Color #d584da

%2
%39
%0
%15

Triadic Colors of #d584da

#d584da #dad584 #84dad5

Analogous Colors of #d584da

#d584da #da84b4 #aa84da

Monochromatic Colors of #d584da

#d584da

Complementary Color

#d584da #89da84

#d584da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d584da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d584da Color CSS Codes

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

#d584da Text Font Color

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

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


#d584da Background Color

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

This div background color is #d584da


#d584da Border Color

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

This div border color is #d584da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d584da


Comments

No comments written yet.

Please login to write comment.