Color Hex Logo

#d184ca Color Hex

#D184CA
(209,132,202)
0 Favorites   0 Comments

Color spaces of #d184ca

RGB 209132202
HSL0.850.460.67
HSV305°37°82°
CMYK 0.000.370.03   0.18
XYZ45.206434.322160.1193
Yxy34.32210.32370.2458
Hunter Lab58.585135.2133-19.8331
CIE-Lab65.217440.2176-24.0470

#d184ca color RGB value is (209,132,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 11001010
Octal 321 204 312
Decimal 209 132 202
Hex D1 84 CA

RGB Percentages of Color #d184ca

%38.49
%24.31
%37.20

CMYK Percentages of Color #d184ca

%0
%37
%3
%18

Triadic Colors of #d184ca

#d184ca #cad184 #84cad1

Analogous Colors of #d184ca

#d184ca #d184a4 #b284d1

Monochromatic Colors of #d184ca

#d184ca

Complementary Color

#d184ca #84d18b

#d184ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d184ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d184ca Color CSS Codes

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

#d184ca Text Font Color

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

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


#d184ca Background Color

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

This div background color is #d184ca


#d184ca Border Color

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

This div border color is #d184ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d184ca


Comments

No comments written yet.

Please login to write comment.