Color Hex Logo

#bd42bb Color Hex

#BD42BB
(189,66,187)
0 Favorites   0 Comments

Color spaces of #bd42bb

RGB 18966187
HSL0.840.480.50
HSV301°65°74°
CMYK 0.000.650.01   0.26
XYZ31.904118.303148.8650
Yxy18.30310.32200.1847
Hunter Lab42.782158.2449-37.7725
CIE-Lab49.861763.6010-39.5691

#bd42bb color RGB value is (189,66,187).

#bd42bb hex color red value is 189, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bd42bb hue: 0.84 , saturation: 0.48 and the lightness value of bd42bb is 0.50.

The process color (four color CMYK) of #bd42bb color hex is 0.00, 0.65, 0.01, 0.26. Web safe color of #bd42bb is #cc33cc. Color #bd42bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 10111011
Octal 275 102 273
Decimal 189 66 187
Hex BD 42 BB

RGB Percentages of Color #bd42bb

%42.76
%14.93
%42.31

CMYK Percentages of Color #bd42bb

%0
%65
%1
%26

Triadic Colors of #bd42bb

#bd42bb #bbbd42 #42bbbd

Analogous Colors of #bd42bb

#bd42bb #bd427e #8242bd

Monochromatic Colors of #bd42bb

#bd42bb

Complementary Color

#bd42bb #42bd44

#bd42bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd42bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd42bb Color CSS Codes

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

#bd42bb Text Font Color

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

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


#bd42bb Background Color

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

This div background color is #bd42bb


#bd42bb Border Color

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

This div border color is #bd42bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd42bb


Comments

No comments written yet.

Please login to write comment.