Color Hex Logo

#bd3bed Color Hex

#BD3BED
(189,59,237)
0 Favorites   0 Comments

Color spaces of #bd3bed

RGB 18959237
HSL0.790.830.58
HSV284°75°93°
CMYK 0.200.750.00   0.07
XYZ37.836320.061281.9988
Yxy20.06120.27050.1434
Hunter Lab44.789772.4065-77.1924
CIE-Lab51.906375.1130-64.8815

#bd3bed color RGB value is (189,59,237).

#bd3bed hex color red value is 189, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd3bed hue: 0.79 , saturation: 0.83 and the lightness value of bd3bed is 0.58.

The process color (four color CMYK) of #bd3bed color hex is 0.20, 0.75, 0.00, 0.07. Web safe color of #bd3bed is #cc33ff. Color #bd3bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111011 11101101
Octal 275 73 355
Decimal 189 59 237
Hex BD 3B ED

RGB Percentages of Color #bd3bed

%38.97
%12.16
%48.87

CMYK Percentages of Color #bd3bed

%20
%75
%0
%7

Triadic Colors of #bd3bed

#bd3bed #edbd3b #3bedbd

Analogous Colors of #bd3bed

#bd3bed #ed3bc4 #643bed

Monochromatic Colors of #bd3bed

#bd3bed

Complementary Color

#bd3bed #6bed3b

#bd3bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3bed Color CSS Codes

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

#bd3bed Text Font Color

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

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


#bd3bed Background Color

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

This div background color is #bd3bed


#bd3bed Border Color

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

This div border color is #bd3bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3bed


Comments

No comments written yet.

Please login to write comment.