Color Hex Logo

#b071ca Color Hex

#B071CA
(176,113,202)
0 Favorites   0 Comments

Color spaces of #b071ca

RGB 176113202
HSL0.780.460.62
HSV282°44°79°
CMYK 0.130.440.00   0.21
XYZ34.470325.304658.9446
Yxy25.30460.29040.2131
Hunter Lab50.303734.2846-34.2620
CIE-Lab57.371040.3108-36.4997

#b071ca color RGB value is (176,113,202).

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

The process color (four color CMYK) of #b071ca color hex is 0.13, 0.44, 0.00, 0.21. Web safe color of #b071ca is #9966cc. Color #b071ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110001 11001010
Octal 260 161 312
Decimal 176 113 202
Hex B0 71 CA

RGB Percentages of Color #b071ca

%35.85
%23.01
%41.14

CMYK Percentages of Color #b071ca

%13
%44
%0
%21

Triadic Colors of #b071ca

#b071ca #cab071 #71cab0

Analogous Colors of #b071ca

#b071ca #ca71b8 #8471ca

Monochromatic Colors of #b071ca

#b071ca

Complementary Color

#b071ca #8bca71

#b071ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b071ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b071ca Color CSS Codes

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

#b071ca Text Font Color

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

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


#b071ca Background Color

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

This div background color is #b071ca


#b071ca Border Color

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

This div border color is #b071ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b071ca


Comments

No comments written yet.

Please login to write comment.