Color Hex Logo

#d080ba Color Hex

#D080BA
(208,128,186)
0 Favorites   0 Comments

Color spaces of #d080ba

RGB 208128186
HSL0.880.460.66
HSV317°38°82°
CMYK 0.000.380.11   0.18
XYZ42.594532.393450.4620
Yxy32.39340.33950.2582
Hunter Lab56.915233.9852-12.7269
CIE-Lab63.666739.2355-17.4177

#d080ba color RGB value is (208,128,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000000 10111010
Octal 320 200 272
Decimal 208 128 186
Hex D0 80 BA

RGB Percentages of Color #d080ba

%39.85
%24.52
%35.63

CMYK Percentages of Color #d080ba

%0
%38
%11
%18

Triadic Colors of #d080ba

#d080ba #bad080 #80bad0

Analogous Colors of #d080ba

#d080ba #d08092 #be80d0

Monochromatic Colors of #d080ba

#d080ba

Complementary Color

#d080ba #80d096

#d080ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d080ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d080ba Color CSS Codes

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

#d080ba Text Font Color

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

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


#d080ba Background Color

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

This div background color is #d080ba


#d080ba Border Color

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

This div border color is #d080ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d080ba


Comments

No comments written yet.

Please login to write comment.