Color Hex Logo

#d083bf Color Hex

#D083BF
(208,131,191)
0 Favorites   0 Comments

Color spaces of #d083bf

RGB 208131191
HSL0.870.450.66
HSV313°37°82°
CMYK 0.000.370.08   0.18
XYZ43.532733.404153.4434
Yxy33.40410.33390.2562
Hunter Lab57.796333.3044-14.3672
CIE-Lab64.486838.4896-18.9937

#d083bf color RGB value is (208,131,191).

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

The process color (four color CMYK) of #d083bf color hex is 0.00, 0.37, 0.08, 0.18. Web safe color of #d083bf is #cc99cc. Color #d083bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000011 10111111
Octal 320 203 277
Decimal 208 131 191
Hex D0 83 BF

RGB Percentages of Color #d083bf

%39.25
%24.72
%36.04

CMYK Percentages of Color #d083bf

%0
%37
%8
%18

Triadic Colors of #d083bf

#d083bf #bfd083 #83bfd0

Analogous Colors of #d083bf

#d083bf #d08399 #bb83d0

Monochromatic Colors of #d083bf

#d083bf

Complementary Color

#d083bf #83d094

#d083bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d083bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d083bf Color CSS Codes

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

#d083bf Text Font Color

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

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


#d083bf Background Color

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

This div background color is #d083bf


#d083bf Border Color

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

This div border color is #d083bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d083bf


Comments

No comments written yet.

Please login to write comment.