Color Hex Logo

#b046cc Color Hex

#B046CC
(176,70,204)
0 Favorites   0 Comments

Color spaces of #b046cc

RGB 17670204
HSL0.800.570.54
HSV287°66°80°
CMYK 0.140.660.00   0.20
XYZ30.993717.970158.9618
Yxy17.97010.28720.1665
Hunter Lab42.391256.3233-52.7926
CIE-Lab49.459861.9960-50.1555

#b046cc color RGB value is (176,70,204).

#b046cc hex color red value is 176, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b046cc hue: 0.80 , saturation: 0.57 and the lightness value of b046cc is 0.54.

The process color (four color CMYK) of #b046cc color hex is 0.14, 0.66, 0.00, 0.20. Web safe color of #b046cc is #9933cc. Color #b046cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000110 11001100
Octal 260 106 314
Decimal 176 70 204
Hex B0 46 CC

RGB Percentages of Color #b046cc

%39.11
%15.56
%45.33

CMYK Percentages of Color #b046cc

%14
%66
%0
%20

Triadic Colors of #b046cc

#b046cc #ccb046 #46ccb0

Analogous Colors of #b046cc

#b046cc #cc46a5 #6d46cc

Monochromatic Colors of #b046cc

#b046cc

Complementary Color

#b046cc #62cc46

#b046cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b046cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b046cc Color CSS Codes

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

#b046cc Text Font Color

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

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


#b046cc Background Color

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

This div background color is #b046cc


#b046cc Border Color

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

This div border color is #b046cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b046cc


Comments

No comments written yet.

Please login to write comment.