Color Hex Logo

#d184dd Color Hex

#D184DD
(209,132,221)
0 Favorites   0 Comments

Color spaces of #d184dd

RGB 209132221
HSL0.810.570.69
HSV292°40°87°
CMYK 0.050.400.00   0.13
XYZ47.596935.278372.7074
Yxy35.27830.30590.2267
Hunter Lab59.395539.0996-31.0013
CIE-Lab65.964843.7581-33.4927

#d184dd color RGB value is (209,132,221).

#d184dd hex color red value is 209, green value is 132 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d184dd hue: 0.81 , saturation: 0.57 and the lightness value of d184dd is 0.69.

The process color (four color CMYK) of #d184dd color hex is 0.05, 0.40, 0.00, 0.13. Web safe color of #d184dd is #cc99cc. Color #d184dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 11011101
Octal 321 204 335
Decimal 209 132 221
Hex D1 84 DD

RGB Percentages of Color #d184dd

%37.19
%23.49
%39.32

CMYK Percentages of Color #d184dd

%5
%40
%0
%13

Triadic Colors of #d184dd

#d184dd #ddd184 #84ddd1

Analogous Colors of #d184dd

#d184dd #dd84bd #a584dd

Monochromatic Colors of #d184dd

#d184dd

Complementary Color

#d184dd #90dd84

#d184dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d184dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d184dd Color CSS Codes

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

#d184dd Text Font Color

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

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


#d184dd Background Color

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

This div background color is #d184dd


#d184dd Border Color

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

This div border color is #d184dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d184dd


Comments

No comments written yet.

Please login to write comment.