Color Hex Logo

#d080be Color Hex

#D080BE
(208,128,190)
0 Favorites   0 Comments

Color spaces of #d080be

RGB 208128190
HSL0.870.460.66
HSV314°38°82°
CMYK 0.000.380.09   0.18
XYZ43.025932.565952.7333
Yxy32.56590.33530.2538
Hunter Lab57.066534.7155-14.8413
CIE-Lab63.807939.9145-19.4624

#d080be color RGB value is (208,128,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000000 10111110
Octal 320 200 276
Decimal 208 128 190
Hex D0 80 BE

RGB Percentages of Color #d080be

%39.54
%24.33
%36.12

CMYK Percentages of Color #d080be

%0
%38
%9
%18

Triadic Colors of #d080be

#d080be #bed080 #80bed0

Analogous Colors of #d080be

#d080be #d08096 #ba80d0

Monochromatic Colors of #d080be

#d080be

Complementary Color

#d080be #80d092

#d080be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d080be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d080be Color CSS Codes

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

#d080be Text Font Color

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

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


#d080be Background Color

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

This div background color is #d080be


#d080be Border Color

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

This div border color is #d080be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,128,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d080be


Comments

No comments written yet.

Please login to write comment.