Color Hex Logo

#d187ca Color Hex

#D187CA
(209,135,202)
0 Favorites   0 Comments

Color spaces of #d187ca

RGB 209135202
HSL0.850.450.67
HSV306°35°82°
CMYK 0.000.350.03   0.18
XYZ45.619135.147560.2569
Yxy35.14750.32350.2492
Hunter Lab59.285333.6035-18.7619
CIE-Lab65.863338.6176-23.0585

#d187ca color RGB value is (209,135,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000111 11001010
Octal 321 207 312
Decimal 209 135 202
Hex D1 87 CA

RGB Percentages of Color #d187ca

%38.28
%24.73
%37.00

CMYK Percentages of Color #d187ca

%0
%35
%3
%18

Triadic Colors of #d187ca

#d187ca #cad187 #87cad1

Analogous Colors of #d187ca

#d187ca #d187a5 #b387d1

Monochromatic Colors of #d187ca

#d187ca

Complementary Color

#d187ca #87d18e

#d187ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d187ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d187ca Color CSS Codes

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

#d187ca Text Font Color

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

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


#d187ca Background Color

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

This div background color is #d187ca


#d187ca Border Color

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

This div border color is #d187ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d187ca


Comments

No comments written yet.

Please login to write comment.