Color Hex Logo

#d182ba Color Hex

#D182BA
(209,130,186)
0 Favorites   0 Comments

Color spaces of #d182ba

RGB 209130186
HSL0.880.460.66
HSV317°38°82°
CMYK 0.000.380.11   0.18
XYZ43.140133.065750.5630
Yxy33.06570.34030.2608
Hunter Lab57.502833.2855-11.8826
CIE-Lab64.214138.5030-16.5771

#d182ba color RGB value is (209,130,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000010 10111010
Octal 321 202 272
Decimal 209 130 186
Hex D1 82 BA

RGB Percentages of Color #d182ba

%39.81
%24.76
%35.43

CMYK Percentages of Color #d182ba

%0
%38
%11
%18

Triadic Colors of #d182ba

#d182ba #bad182 #82bad1

Analogous Colors of #d182ba

#d182ba #d18293 #c182d1

Monochromatic Colors of #d182ba

#d182ba

Complementary Color

#d182ba #82d199

#d182ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d182ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d182ba Color CSS Codes

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

#d182ba Text Font Color

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

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


#d182ba Background Color

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

This div background color is #d182ba


#d182ba Border Color

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

This div border color is #d182ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d182ba


Comments

No comments written yet.

Please login to write comment.