Color Hex Logo

#bd0baf Color Hex

#BD0BAF
(189,11,175)
0 Favorites   0 Comments

Color spaces of #bd0baf

RGB 18911175
HSL0.850.890.39
HSV305°94°74°
CMYK 0.000.940.07   0.26
XYZ28.843814.153341.7691
Yxy14.15330.34030.1670
Hunter Lab37.620971.0188-39.4929
CIE-Lab44.452075.4327-41.0934

#bd0baf color RGB value is (189,11,175).

#bd0baf hex color red value is 189, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bd0baf hue: 0.85 , saturation: 0.89 and the lightness value of bd0baf is 0.39.

The process color (four color CMYK) of #bd0baf color hex is 0.00, 0.94, 0.07, 0.26. Web safe color of #bd0baf is #cc0099. Color #bd0baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001011 10101111
Octal 275 13 257
Decimal 189 11 175
Hex BD B AF

RGB Percentages of Color #bd0baf

%50.40
%2.93
%46.67

CMYK Percentages of Color #bd0baf

%0
%94
%7
%26

Triadic Colors of #bd0baf

#bd0baf #afbd0b #0bafbd

Analogous Colors of #bd0baf

#bd0baf #bd0b56 #720bbd

Monochromatic Colors of #bd0baf

#bd0baf

Complementary Color

#bd0baf #0bbd19

#bd0baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0baf Color CSS Codes

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

#bd0baf Text Font Color

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

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


#bd0baf Background Color

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

This div background color is #bd0baf


#bd0baf Border Color

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

This div border color is #bd0baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,11,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd0baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd0baf;
  -webkit-box-shadow: 1px 1px 3px 2px #bd0baf;
  box-shadow:         1px 1px 3px 2px #bd0baf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,11,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0baf


Comments

No comments written yet.

Please login to write comment.