Color Hex Logo

#d05bac Color Hex

#D05BAC
(208,91,172)
0 Favorites   0 Comments

Color spaces of #d05bac

RGB 20891172
HSL0.880.550.59
HSV318°56°82°
CMYK 0.000.560.17   0.18
XYZ37.199923.870641.6766
Yxy23.87060.36210.2323
Hunter Lab48.857550.4083-16.3754
CIE-Lab55.958055.5751-21.1481

#d05bac color RGB value is (208,91,172).

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

The process color (four color CMYK) of #d05bac color hex is 0.00, 0.56, 0.17, 0.18. Web safe color of #d05bac is #cc6699. Color #d05bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011011 10101100
Octal 320 133 254
Decimal 208 91 172
Hex D0 5B AC

RGB Percentages of Color #d05bac

%44.16
%19.32
%36.52

CMYK Percentages of Color #d05bac

%0
%56
%17
%18

Triadic Colors of #d05bac

#d05bac #acd05b #5bacd0

Analogous Colors of #d05bac

#d05bac #d05b72 #ba5bd0

Monochromatic Colors of #d05bac

#d05bac

Complementary Color

#d05bac #5bd07f

#d05bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05bac Color CSS Codes

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

#d05bac Text Font Color

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

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


#d05bac Background Color

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

This div background color is #d05bac


#d05bac Border Color

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

This div border color is #d05bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05bac


Comments

No comments written yet.

Please login to write comment.