Color Hex Logo

#bd30cb Color Hex

#BD30CB
(189,48,203)
0 Favorites   0 Comments

Color spaces of #bd30cb

RGB 18948203
HSL0.820.620.49
HSV295°76°80°
CMYK 0.070.760.00   0.20
XYZ32.822717.244558.0985
Yxy17.24450.30340.1594
Hunter Lab41.526568.4157-53.8823
CIE-Lab48.566672.4867-50.8959

#bd30cb color RGB value is (189,48,203).

#bd30cb hex color red value is 189, green value is 48 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd30cb hue: 0.82 , saturation: 0.62 and the lightness value of bd30cb is 0.49.

The process color (four color CMYK) of #bd30cb color hex is 0.07, 0.76, 0.00, 0.20. Web safe color of #bd30cb is #cc33cc. Color #bd30cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 11001011
Octal 275 60 313
Decimal 189 48 203
Hex BD 30 CB

RGB Percentages of Color #bd30cb

%42.95
%10.91
%46.14

CMYK Percentages of Color #bd30cb

%7
%76
%0
%20

Triadic Colors of #bd30cb

#bd30cb #cbbd30 #30cbbd

Analogous Colors of #bd30cb

#bd30cb #cb308c #7030cb

Monochromatic Colors of #bd30cb

#bd30cb

Complementary Color

#bd30cb #3ecb30

#bd30cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd30cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd30cb Color CSS Codes

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

#bd30cb Text Font Color

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

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


#bd30cb Background Color

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

This div background color is #bd30cb


#bd30cb Border Color

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

This div border color is #bd30cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd30cb


Comments

No comments written yet.

Please login to write comment.