Color Hex Logo

#d184cc Color Hex

#D184CC
(209,132,204)
0 Favorites   0 Comments

Color spaces of #d184cc

RGB 209132204
HSL0.840.460.67
HSV304°37°82°
CMYK 0.000.370.02   0.18
XYZ45.444834.417561.3748
Yxy34.41750.32180.2437
Hunter Lab58.666435.6053-20.9607
CIE-Lab65.292640.5784-25.0517

#d184cc color RGB value is (209,132,204).

#d184cc hex color red value is 209, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d184cc hue: 0.84 , saturation: 0.46 and the lightness value of d184cc is 0.67.

The process color (four color CMYK) of #d184cc color hex is 0.00, 0.37, 0.02, 0.18. Web safe color of #d184cc is #cc99cc. Color #d184cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 11001100
Octal 321 204 314
Decimal 209 132 204
Hex D1 84 CC

RGB Percentages of Color #d184cc

%38.35
%24.22
%37.43

CMYK Percentages of Color #d184cc

%0
%37
%2
%18

Triadic Colors of #d184cc

#d184cc #ccd184 #84ccd1

Analogous Colors of #d184cc

#d184cc #d184a6 #b084d1

Monochromatic Colors of #d184cc

#d184cc

Complementary Color

#d184cc #84d189

#d184cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d184cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d184cc Color CSS Codes

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

#d184cc Text Font Color

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

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


#d184cc Background Color

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

This div background color is #d184cc


#d184cc Border Color

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

This div border color is #d184cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d184cc


Comments

No comments written yet.

Please login to write comment.