Color Hex Logo

#d185ca Color Hex

#D185CA
(209,133,202)
0 Favorites   0 Comments

Color spaces of #d185ca

RGB 209133202
HSL0.850.450.67
HSV306°36°82°
CMYK 0.000.360.03   0.18
XYZ45.342734.594660.1647
Yxy34.59460.32360.2469
Hunter Lab58.817234.6772-19.4763
CIE-Lab65.431839.6854-23.7187

#d185ca color RGB value is (209,133,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 11001010
Octal 321 205 312
Decimal 209 133 202
Hex D1 85 CA

RGB Percentages of Color #d185ca

%38.42
%24.45
%37.13

CMYK Percentages of Color #d185ca

%0
%36
%3
%18

Triadic Colors of #d185ca

#d185ca #cad185 #85cad1

Analogous Colors of #d185ca

#d185ca #d185a4 #b285d1

Monochromatic Colors of #d185ca

#d185ca

Complementary Color

#d185ca #85d18c

#d185ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d185ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d185ca Color CSS Codes

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

#d185ca Text Font Color

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

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


#d185ca Background Color

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

This div background color is #d185ca


#d185ca Border Color

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

This div border color is #d185ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d185ca


Comments

No comments written yet.

Please login to write comment.