Color Hex Logo

#d05bae Color Hex

#D05BAE
(208,91,174)
0 Favorites   0 Comments

Color spaces of #d05bae

RGB 20891174
HSL0.880.550.59
HSV317°56°82°
CMYK 0.000.560.16   0.18
XYZ37.393523.948142.6960
Yxy23.94810.35940.2302
Hunter Lab48.936850.7557-17.4731
CIE-Lab56.035855.8731-22.1884

#d05bae color RGB value is (208,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011011 10101110
Octal 320 133 256
Decimal 208 91 174
Hex D0 5B AE

RGB Percentages of Color #d05bae

%43.97
%19.24
%36.79

CMYK Percentages of Color #d05bae

%0
%56
%16
%18

Triadic Colors of #d05bae

#d05bae #aed05b #5baed0

Analogous Colors of #d05bae

#d05bae #d05b74 #b85bd0

Monochromatic Colors of #d05bae

#d05bae

Complementary Color

#d05bae #5bd07d

#d05bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05bae Color CSS Codes

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

#d05bae Text Font Color

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

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


#d05bae Background Color

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

This div background color is #d05bae


#d05bae Border Color

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

This div border color is #d05bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05bae


Comments

No comments written yet.

Please login to write comment.