Color Hex Logo

#bd50cb Color Hex

#BD50CB
(189,80,203)
0 Favorites   0 Comments

Color spaces of #bd50cb

RGB 18980203
HSL0.810.540.55
HSV293°61°80°
CMYK 0.070.610.00   0.20
XYZ34.634420.867958.7024
Yxy20.86790.30330.1827
Hunter Lab45.681455.3914-44.2130
CIE-Lab52.804660.5585-44.1492

#bd50cb color RGB value is (189,80,203).

#bd50cb hex color red value is 189, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd50cb hue: 0.81 , saturation: 0.54 and the lightness value of bd50cb is 0.55.

The process color (four color CMYK) of #bd50cb color hex is 0.07, 0.61, 0.00, 0.20. Web safe color of #bd50cb is #cc66cc. Color #bd50cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 11001011
Octal 275 120 313
Decimal 189 80 203
Hex BD 50 CB

RGB Percentages of Color #bd50cb

%40.04
%16.95
%43.01

CMYK Percentages of Color #bd50cb

%7
%61
%0
%20

Triadic Colors of #bd50cb

#bd50cb #cbbd50 #50cbbd

Analogous Colors of #bd50cb

#bd50cb #cb509c #8050cb

Monochromatic Colors of #bd50cb

#bd50cb

Complementary Color

#bd50cb #5ecb50

#bd50cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd50cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd50cb Color CSS Codes

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

#bd50cb Text Font Color

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

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


#bd50cb Background Color

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

This div background color is #bd50cb


#bd50cb Border Color

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

This div border color is #bd50cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd50cb


Comments

No comments written yet.

Please login to write comment.