Color Hex Logo

#d185bc Color Hex

#D185BC
(209,133,188)
0 Favorites   0 Comments

Color spaces of #d185bc

RGB 209133188
HSL0.880.450.67
HSV317°36°82°
CMYK 0.000.360.10   0.18
XYZ43.759133.961251.8258
Yxy33.96120.33780.2622
Hunter Lab58.276232.0506-11.9340
CIE-Lab64.931837.2386-16.6185

#d185bc color RGB value is (209,133,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 10111100
Octal 321 205 274
Decimal 209 133 188
Hex D1 85 BC

RGB Percentages of Color #d185bc

%39.43
%25.09
%35.47

CMYK Percentages of Color #d185bc

%0
%36
%10
%18

Triadic Colors of #d185bc

#d185bc #bcd185 #85bcd1

Analogous Colors of #d185bc

#d185bc #d18596 #c085d1

Monochromatic Colors of #d185bc

#d185bc

Complementary Color

#d185bc #85d19a

#d185bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d185bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d185bc Color CSS Codes

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

#d185bc Text Font Color

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

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


#d185bc Background Color

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

This div background color is #d185bc


#d185bc Border Color

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

This div border color is #d185bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d185bc


Comments

No comments written yet.

Please login to write comment.