color codes Logo

#b047cc color codes

#B047CC
(176,71,204)
0 Favorites   0 Comments

Color spaces of #b047cc

RGB 17671204
HSL0.800.570.54
HSV287°65°80°
CMYK 0.140.650.00   0.20
XYZ31.056818.096258.9828
Yxy18.09620.28720.1673
Hunter Lab42.539655.8727-52.4301
CIE-Lab49.612661.5710-49.9115

#b047cc color RGB value is (176,71,204).

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

The process color (four color CMYK) of #b047cc color code is 0.14, 0.65, 0.00, 0.20. Web safe color of #b047cc is #9933cc. Color #b047cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000111 11001100
Octal 260 107 314
Decimal 176 71 204
Hex B0 47 CC

RGB Percentages of Color #b047cc

%39.02
%15.74
%45.23

CMYK Percentages of Color #b047cc

%14
%65
%0
%20

Triadic Colors of #b047cc

#b047cc #ccb047 #47ccb0

Analogous Colors of #b047cc

#b047cc #cc47a6 #6e47cc

Monochromatic Colors of #b047cc

#b047cc

Complementary Color

#b047cc #63cc47

#b047cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b047cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b047cc Color CSS Codes

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

#b047cc Text Font Color

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

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


#b047cc Background Color

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

This div background color is #b047cc


#b047cc Border Color

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

This div border color is #b047cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b047cc


Comments

No comments written yet.

Please login to write comment.