Color Hex Logo

#d082ba Color Hex

#D082BA
(208,130,186)
0 Favorites   0 Comments

Color spaces of #d082ba

RGB 208130186
HSL0.880.450.66
HSV317°38°82°
CMYK 0.000.380.11   0.18
XYZ42.858032.920350.5498
Yxy32.92030.33930.2606
Hunter Lab57.376232.9248-12.0725
CIE-Lab64.096338.1711-16.7666

#d082ba color RGB value is (208,130,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 10111010
Octal 320 202 272
Decimal 208 130 186
Hex D0 82 BA

RGB Percentages of Color #d082ba

%39.69
%24.81
%35.50

CMYK Percentages of Color #d082ba

%0
%38
%11
%18

Triadic Colors of #d082ba

#d082ba #bad082 #82bad0

Analogous Colors of #d082ba

#d082ba #d08293 #bf82d0

Monochromatic Colors of #d082ba

#d082ba

Complementary Color

#d082ba #82d098

#d082ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d082ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d082ba Color CSS Codes

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

#d082ba Text Font Color

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

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


#d082ba Background Color

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

This div background color is #d082ba


#d082ba Border Color

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

This div border color is #d082ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d082ba


Comments

No comments written yet.

Please login to write comment.