Color Hex Logo

#b071cd Color Hex

#B071CD
(176,113,205)
0 Favorites   0 Comments

Color spaces of #b071cd

RGB 176113205
HSL0.780.480.62
HSV281°45°80°
CMYK 0.140.450.00   0.20
XYZ34.829125.448160.8339
Yxy25.44810.28760.2101
Hunter Lab50.446134.9596-36.1866
CIE-Lab57.509440.9470-37.9842

#b071cd color RGB value is (176,113,205).

#b071cd hex color red value is 176, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b071cd hue: 0.78 , saturation: 0.48 and the lightness value of b071cd is 0.62.

The process color (four color CMYK) of #b071cd color hex is 0.14, 0.45, 0.00, 0.20. Web safe color of #b071cd is #9966cc. Color #b071cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 11001101
Octal 260 161 315
Decimal 176 113 205
Hex B0 71 CD

RGB Percentages of Color #b071cd

%35.63
%22.87
%41.50

CMYK Percentages of Color #b071cd

%14
%45
%0
%20

Triadic Colors of #b071cd

#b071cd #cdb071 #71cdb0

Analogous Colors of #b071cd

#b071cd #cd71bc #8271cd

Monochromatic Colors of #b071cd

#b071cd

Complementary Color

#b071cd #8ecd71

#b071cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b071cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b071cd Color CSS Codes

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

#b071cd Text Font Color

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

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


#b071cd Background Color

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

This div background color is #b071cd


#b071cd Border Color

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

This div border color is #b071cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b071cd


Comments

No comments written yet.

Please login to write comment.