Color Hex Logo

#b906cc Color Hex

#B906CC
(185,6,204)
0 Favorites   0 Comments

Color spaces of #b906cc

RGB 1856204
HSL0.820.940.41
HSV294°97°80°
CMYK 0.090.970.00   0.20
XYZ30.971814.804258.3518
Yxy14.80420.29740.1422
Hunter Lab38.476276.3519-62.9839
CIE-Lab45.364879.5657-56.6517

#b906cc color RGB value is (185,6,204).

#b906cc hex color red value is 185, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b906cc hue: 0.82 , saturation: 0.94 and the lightness value of b906cc is 0.41.

The process color (four color CMYK) of #b906cc color hex is 0.09, 0.97, 0.00, 0.20. Web safe color of #b906cc is #cc00cc. Color #b906cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000110 11001100
Octal 271 6 314
Decimal 185 6 204
Hex B9 6 CC

RGB Percentages of Color #b906cc

%46.84
%1.52
%51.65

CMYK Percentages of Color #b906cc

%9
%97
%0
%20

Triadic Colors of #b906cc

#b906cc #ccb906 #06ccb9

Analogous Colors of #b906cc

#b906cc #cc067c #5606cc

Monochromatic Colors of #b906cc

#b906cc

Complementary Color

#b906cc #19cc06

#b906cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b906cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b906cc Color CSS Codes

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

#b906cc Text Font Color

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

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


#b906cc Background Color

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

This div background color is #b906cc


#b906cc Border Color

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

This div border color is #b906cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b906cc


Comments

No comments written yet.

Please login to write comment.