Color Hex Logo

#b071da Color Hex

#B071DA
(176,113,218)
0 Favorites   0 Comments

Color spaces of #b071da

RGB 176113218
HSL0.770.590.65
HSV276°48°85°
CMYK 0.190.480.00   0.15
XYZ36.464526.102369.4460
Yxy26.10230.27620.1977
Hunter Lab51.090437.9917-44.8282
CIE-Lab58.134043.7695-44.3401

#b071da color RGB value is (176,113,218).

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

The process color (four color CMYK) of #b071da color hex is 0.19, 0.48, 0.00, 0.15. Web safe color of #b071da is #9966cc. Color #b071da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 11011010
Octal 260 161 332
Decimal 176 113 218
Hex B0 71 DA

RGB Percentages of Color #b071da

%34.71
%22.29
%43.00

CMYK Percentages of Color #b071da

%19
%48
%0
%15

Triadic Colors of #b071da

#b071da #dab071 #71dab0

Analogous Colors of #b071da

#b071da #da71d0 #7c71da

Monochromatic Colors of #b071da

#b071da

Complementary Color

#b071da #9bda71

#b071da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b071da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b071da Color CSS Codes

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

#b071da Text Font Color

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

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


#b071da Background Color

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

This div background color is #b071da


#b071da Border Color

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

This div border color is #b071da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b071da


Comments

No comments written yet.

Please login to write comment.