Color Hex Logo

#bd0bda Color Hex

#BD0BDA
(189,11,218)
0 Favorites   0 Comments

Color spaces of #bd0bda

RGB 18911218
HSL0.810.900.45
HSV292°95°85°
CMYK 0.130.950.00   0.15
XYZ33.760816.120167.6618
Yxy16.12010.28720.1371
Hunter Lab40.149879.8331-71.8125
CIE-Lab47.131781.9825-61.8226

#bd0bda color RGB value is (189,11,218).

#bd0bda hex color red value is 189, green value is 11 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bd0bda hue: 0.81 , saturation: 0.90 and the lightness value of bd0bda is 0.45.

The process color (four color CMYK) of #bd0bda color hex is 0.13, 0.95, 0.00, 0.15. Web safe color of #bd0bda is #cc00cc. Color #bd0bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001011 11011010
Octal 275 13 332
Decimal 189 11 218
Hex BD B DA

RGB Percentages of Color #bd0bda

%45.22
%2.63
%52.15

CMYK Percentages of Color #bd0bda

%13
%95
%0
%15

Triadic Colors of #bd0bda

#bd0bda #dabd0b #0bdabd

Analogous Colors of #bd0bda

#bd0bda #da0b90 #550bda

Monochromatic Colors of #bd0bda

#bd0bda

Complementary Color

#bd0bda #28da0b

#bd0bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0bda Color CSS Codes

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

#bd0bda Text Font Color

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

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


#bd0bda Background Color

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

This div background color is #bd0bda


#bd0bda Border Color

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

This div border color is #bd0bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0bda


Comments

No comments written yet.

Please login to write comment.