Color Hex Logo

#d182cd Color Hex

#D182CD
(209,130,205)
0 Favorites   0 Comments

Color spaces of #d182cd

RGB 209130205
HSL0.840.460.66
HSV303°38°82°
CMYK 0.000.380.02   0.18
XYZ45.296633.928461.9190
Yxy33.92840.32090.2404
Hunter Lab58.248136.8763-22.2529
CIE-Lab64.905741.8207-26.2057

#d182cd color RGB value is (209,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 11001101
Octal 321 202 315
Decimal 209 130 205
Hex D1 82 CD

RGB Percentages of Color #d182cd

%38.42
%23.90
%37.68

CMYK Percentages of Color #d182cd

%0
%38
%2
%18

Triadic Colors of #d182cd

#d182cd #cdd182 #82cdd1

Analogous Colors of #d182cd

#d182cd #d182a6 #ae82d1

Monochromatic Colors of #d182cd

#d182cd

Complementary Color

#d182cd #82d186

#d182cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d182cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d182cd Color CSS Codes

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

#d182cd Text Font Color

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

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


#d182cd Background Color

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

This div background color is #d182cd


#d182cd Border Color

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

This div border color is #d182cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d182cd


Comments

No comments written yet.

Please login to write comment.