Color Hex Logo

#d184bc Color Hex

#D184BC
(209,132,188)
0 Favorites   0 Comments

Color spaces of #d184bc

RGB 209132188
HSL0.880.460.67
HSV316°37°82°
CMYK 0.000.370.10   0.18
XYZ43.622933.688751.7803
Yxy33.68870.33790.2610
Hunter Lab58.042032.5827-12.2643
CIE-Lab64.714737.7731-16.9470

#d184bc color RGB value is (209,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 10111100
Octal 321 204 274
Decimal 209 132 188
Hex D1 84 BC

RGB Percentages of Color #d184bc

%39.51
%24.95
%35.54

CMYK Percentages of Color #d184bc

%0
%37
%10
%18

Triadic Colors of #d184bc

#d184bc #bcd184 #84bcd1

Analogous Colors of #d184bc

#d184bc #d18496 #c084d1

Monochromatic Colors of #d184bc

#d184bc

Complementary Color

#d184bc #84d199

#d184bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d184bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d184bc Color CSS Codes

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

#d184bc Text Font Color

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

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


#d184bc Background Color

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

This div background color is #d184bc


#d184bc Border Color

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

This div border color is #d184bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d184bc


Comments

No comments written yet.

Please login to write comment.