Color Hex Logo

#d05bbf Color Hex

#D05BBF
(208,91,191)
0 Favorites   0 Comments

Color spaces of #d05bbf

RGB 20891191
HSL0.860.550.59
HSV309°56°82°
CMYK 0.000.560.08   0.18
XYZ39.157524.653751.9850
Yxy24.65370.33820.2129
Hunter Lab49.652553.8788-27.3185
CIE-Lab56.736458.5259-30.9081

#d05bbf color RGB value is (208,91,191).

#d05bbf hex color red value is 208, green value is 91 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d05bbf hue: 0.86 , saturation: 0.55 and the lightness value of d05bbf is 0.59.

The process color (four color CMYK) of #d05bbf color hex is 0.00, 0.56, 0.08, 0.18. Web safe color of #d05bbf is #cc66cc. Color #d05bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011011 10111111
Octal 320 133 277
Decimal 208 91 191
Hex D0 5B BF

RGB Percentages of Color #d05bbf

%42.45
%18.57
%38.98

CMYK Percentages of Color #d05bbf

%0
%56
%8
%18

Triadic Colors of #d05bbf

#d05bbf #bfd05b #5bbfd0

Analogous Colors of #d05bbf

#d05bbf #d05b85 #a75bd0

Monochromatic Colors of #d05bbf

#d05bbf

Complementary Color

#d05bbf #5bd06c

#d05bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05bbf Color CSS Codes

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

#d05bbf Text Font Color

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

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


#d05bbf Background Color

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

This div background color is #d05bbf


#d05bbf Border Color

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

This div border color is #d05bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05bbf


Comments

No comments written yet.

Please login to write comment.