Color Hex Logo

#bd51cc Color Hex

#BD51CC
(189,81,204)
0 Favorites   0 Comments

Color spaces of #bd51cc

RGB 18981204
HSL0.810.550.56
HSV293°60°80°
CMYK 0.070.600.00   0.20
XYZ34.827821.063359.3567
Yxy21.06330.30220.1828
Hunter Lab45.894855.1410-44.5547
CIE-Lab53.018760.2992-44.3826

#bd51cc color RGB value is (189,81,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 11001100
Octal 275 121 314
Decimal 189 81 204
Hex BD 51 CC

RGB Percentages of Color #bd51cc

%39.87
%17.09
%43.04

CMYK Percentages of Color #bd51cc

%7
%60
%0
%20

Triadic Colors of #bd51cc

#bd51cc #ccbd51 #51ccbd

Analogous Colors of #bd51cc

#bd51cc #cc519e #8051cc

Monochromatic Colors of #bd51cc

#bd51cc

Complementary Color

#bd51cc #60cc51

#bd51cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd51cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd51cc Color CSS Codes

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

#bd51cc Text Font Color

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

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


#bd51cc Background Color

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

This div background color is #bd51cc


#bd51cc Border Color

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

This div border color is #bd51cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd51cc


Comments

No comments written yet.

Please login to write comment.