Color Hex Logo

#bd01ba Color Hex

#BD01BA
(189,1,186)
0 Favorites   0 Comments

Color spaces of #bd01ba

RGB 1891186
HSL0.840.990.37
HSV301°99°74°
CMYK 0.000.990.02   0.26
XYZ29.860014.385747.6573
Yxy14.38570.32490.1565
Hunter Lab37.928574.1530-47.9482
CIE-Lab44.781177.9147-47.0568

#bd01ba color RGB value is (189,1,186).

#bd01ba hex color red value is 189, green value is 1 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd01ba hue: 0.84 , saturation: 0.99 and the lightness value of bd01ba is 0.37.

The process color (four color CMYK) of #bd01ba color hex is 0.00, 0.99, 0.02, 0.26. Web safe color of #bd01ba is #cc00cc. Color #bd01ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000001 10111010
Octal 275 1 272
Decimal 189 1 186
Hex BD 1 BA

RGB Percentages of Color #bd01ba

%50.27
%0.27
%49.47

CMYK Percentages of Color #bd01ba

%0
%99
%2
%26

Triadic Colors of #bd01ba

#bd01ba #babd01 #01babd

Analogous Colors of #bd01ba

#bd01ba #bd015c #6201bd

Monochromatic Colors of #bd01ba

#bd01ba

Complementary Color

#bd01ba #01bd04

#bd01ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd01ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd01ba Color CSS Codes

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

#bd01ba Text Font Color

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

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


#bd01ba Background Color

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

This div background color is #bd01ba


#bd01ba Border Color

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

This div border color is #bd01ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd01ba


Comments

No comments written yet.

Please login to write comment.