Color Hex Logo

#bd00bc Color Hex

#BD00BC
(189,0,188)
0 Favorites   0 Comments

Color spaces of #bd00bc

RGB 1890188
HSL0.831.000.37
HSV300°100°74°
CMYK 0.001.000.01   0.26
XYZ30.063414.449748.7815
Yxy14.44970.32220.1549
Hunter Lab38.012874.6491-49.4775
CIE-Lab44.871178.2968-48.0864

#bd00bc color RGB value is (189,0,188).

#bd00bc hex color red value is 189, green value is 0 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bd00bc hue: 0.83 , saturation: 1.00 and the lightness value of bd00bc is 0.37.

The process color (four color CMYK) of #bd00bc color hex is 0.00, 1.00, 0.01, 0.26. Web safe color of #bd00bc is #cc00cc. Color #bd00bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 10111100
Octal 275 0 274
Decimal 189 0 188
Hex BD 0 BC

RGB Percentages of Color #bd00bc

%50.13
%0.00
%49.87

CMYK Percentages of Color #bd00bc

%0
%100
%1
%26

Triadic Colors of #bd00bc

#bd00bc #bcbd00 #00bcbd

Analogous Colors of #bd00bc

#bd00bc #bd005e #5f00bd

Monochromatic Colors of #bd00bc

#bd00bc

Complementary Color

#bd00bc #00bd01

#bd00bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd00bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd00bc Color CSS Codes

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

#bd00bc Text Font Color

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

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


#bd00bc Background Color

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

This div background color is #bd00bc


#bd00bc Border Color

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

This div border color is #bd00bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd00bc


Comments

No comments written yet.

Please login to write comment.