color codes Logo

#d182cc color codes

#D182CC
(209,130,204)
0 Favorites   0 Comments

Color spaces of #d182cc

RGB 209130204
HSL0.840.460.66
HSV304°38°82°
CMYK 0.000.380.02   0.18
XYZ45.176233.880261.2852
Yxy33.88020.32190.2414
Hunter Lab58.206736.6782-21.6811
CIE-Lab64.867441.6396-25.7045

#d182cc color RGB value is (209,130,204).

#d182cc hex color red value is 209, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d182cc hue: 0.84 , saturation: 0.46 and the lightness value of d182cc is 0.66.

The process color (four color CMYK) of #d182cc color code is 0.00, 0.38, 0.02, 0.18. Web safe color of #d182cc is #cc99cc. Color #d182cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 11001100
Octal 321 202 314
Decimal 209 130 204
Hex D1 82 CC

RGB Percentages of Color #d182cc

%38.49
%23.94
%37.57

CMYK Percentages of Color #d182cc

%0
%38
%2
%18

Triadic Colors of #d182cc

#d182cc #ccd182 #82ccd1

Analogous Colors of #d182cc

#d182cc #d182a5 #af82d1

Monochromatic Colors of #d182cc

#d182cc

Complementary Color

#d182cc #82d187

#d182cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d182cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d182cc Color CSS Codes

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

#d182cc Text Font Color

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

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


#d182cc Background Color

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

This div background color is #d182cc


#d182cc Border Color

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

This div border color is #d182cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d182cc


Comments

No comments written yet.

Please login to write comment.