Color Hex Logo

#b047cd Color Hex

#B047CD
(176,71,205)
0 Favorites   0 Comments

Color spaces of #b047cd

RGB 17671205
HSL0.800.570.54
HSV287°65°80°
CMYK 0.140.650.00   0.20
XYZ31.177218.144459.6166
Yxy18.14440.28620.1666
Hunter Lab42.596256.1050-53.1634
CIE-Lab49.670861.7646-50.3930

#b047cd color RGB value is (176,71,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000111 11001101
Octal 260 107 315
Decimal 176 71 205
Hex B0 47 CD

RGB Percentages of Color #b047cd

%38.94
%15.71
%45.35

CMYK Percentages of Color #b047cd

%14
%65
%0
%20

Triadic Colors of #b047cd

#b047cd #cdb047 #47cdb0

Analogous Colors of #b047cd

#b047cd #cd47a7 #6d47cd

Monochromatic Colors of #b047cd

#b047cd

Complementary Color

#b047cd #64cd47

#b047cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b047cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b047cd Color CSS Codes

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

#b047cd Text Font Color

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

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


#b047cd Background Color

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

This div background color is #b047cd


#b047cd Border Color

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

This div border color is #b047cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,71,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b047cd


Comments

No comments written yet.

Please login to write comment.