Color Hex Logo

#bd0abf Color Hex

#BD0ABF
(189,10,191)
0 Favorites   0 Comments

Color spaces of #bd0abf

RGB 18910191
HSL0.830.900.39
HSV299°95°75°
CMYK 0.010.950.00   0.25
XYZ30.498814.797550.5390
Yxy14.79750.31820.1544
Hunter Lab38.467574.2048-50.9685
CIE-Lab45.355677.8451-49.0672

#bd0abf color RGB value is (189,10,191).

#bd0abf hex color red value is 189, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd0abf hue: 0.83 , saturation: 0.90 and the lightness value of bd0abf is 0.39.

The process color (four color CMYK) of #bd0abf color hex is 0.01, 0.95, 0.00, 0.25. Web safe color of #bd0abf is #cc00cc. Color #bd0abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001010 10111111
Octal 275 12 277
Decimal 189 10 191
Hex BD A BF

RGB Percentages of Color #bd0abf

%48.46
%2.56
%48.97

CMYK Percentages of Color #bd0abf

%1
%95
%0
%25

Triadic Colors of #bd0abf

#bd0abf #bfbd0a #0abfbd

Analogous Colors of #bd0abf

#bd0abf #bf0a67 #630abf

Monochromatic Colors of #bd0abf

#bd0abf

Complementary Color

#bd0abf #0cbf0a

#bd0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0abf Color CSS Codes

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

#bd0abf Text Font Color

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

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


#bd0abf Background Color

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

This div background color is #bd0abf


#bd0abf Border Color

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

This div border color is #bd0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0abf


Comments

No comments written yet.

Please login to write comment.