Color Hex Logo

#bd42bf Color Hex

#BD42BF
(189,66,191)
0 Favorites   0 Comments

Color spaces of #bd42bf

RGB 18966191
HSL0.830.490.50
HSV299°65°75°
CMYK 0.010.650.00   0.25
XYZ32.338518.476851.1522
Yxy18.47680.31710.1812
Hunter Lab42.984659.0672-40.4665
CIE-Lab50.069464.2758-41.5638

#bd42bf color RGB value is (189,66,191).

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

The process color (four color CMYK) of #bd42bf color hex is 0.01, 0.65, 0.00, 0.25. Web safe color of #bd42bf is #cc33cc. Color #bd42bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 10111111
Octal 275 102 277
Decimal 189 66 191
Hex BD 42 BF

RGB Percentages of Color #bd42bf

%42.38
%14.80
%42.83

CMYK Percentages of Color #bd42bf

%1
%65
%0
%25

Triadic Colors of #bd42bf

#bd42bf #bfbd42 #42bfbd

Analogous Colors of #bd42bf

#bd42bf #bf4283 #7f42bf

Monochromatic Colors of #bd42bf

#bd42bf

Complementary Color

#bd42bf #44bf42

#bd42bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd42bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd42bf Color CSS Codes

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

#bd42bf Text Font Color

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

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


#bd42bf Background Color

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

This div background color is #bd42bf


#bd42bf Border Color

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

This div border color is #bd42bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd42bf


Comments

No comments written yet.

Please login to write comment.