Color Hex Logo

#b071dc Color Hex

#B071DC
(176,113,220)
0 Favorites   0 Comments

Color spaces of #b071dc

RGB 176113220
HSL0.760.600.65
HSV275°49°86°
CMYK 0.200.490.00   0.14
XYZ36.727926.207770.8330
Yxy26.20770.27460.1959
Hunter Lab51.193538.4733-46.2002
CIE-Lab58.233744.2127-45.3069

#b071dc color RGB value is (176,113,220).

#b071dc hex color red value is 176, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b071dc hue: 0.76 , saturation: 0.60 and the lightness value of b071dc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 11011100
Octal 260 161 334
Decimal 176 113 220
Hex B0 71 DC

RGB Percentages of Color #b071dc

%34.58
%22.20
%43.22

CMYK Percentages of Color #b071dc

%20
%49
%0
%14

Triadic Colors of #b071dc

#b071dc #dcb071 #71dcb0

Analogous Colors of #b071dc

#b071dc #dc71d3 #7b71dc

Monochromatic Colors of #b071dc

#b071dc

Complementary Color

#b071dc #9ddc71

#b071dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b071dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b071dc Color CSS Codes

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

#b071dc Text Font Color

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

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


#b071dc Background Color

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

This div background color is #b071dc


#b071dc Border Color

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

This div border color is #b071dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b071dc


Comments

No comments written yet.

Please login to write comment.