Color Hex Logo

#b10acc Color Hex

#B10ACC
(177,10,204)
0 Favorites   0 Comments

Color spaces of #b10acc

RGB 17710204
HSL0.810.910.42
HSV292°95°80°
CMYK 0.130.950.00   0.20
XYZ29.139113.923858.2785
Yxy13.92380.28750.1374
Hunter Lab37.314674.0907-66.4798
CIE-Lab44.123577.9916-58.7239

#b10acc color RGB value is (177,10,204).

#b10acc hex color red value is 177, green value is 10 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b10acc hue: 0.81 , saturation: 0.91 and the lightness value of b10acc is 0.42.

The process color (four color CMYK) of #b10acc color hex is 0.13, 0.95, 0.00, 0.20. Web safe color of #b10acc is #9900cc. Color #b10acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001010 11001100
Octal 261 12 314
Decimal 177 10 204
Hex B1 A CC

RGB Percentages of Color #b10acc

%45.27
%2.56
%52.17

CMYK Percentages of Color #b10acc

%13
%95
%0
%20

Triadic Colors of #b10acc

#b10acc #ccb10a #0accb1

Analogous Colors of #b10acc

#b10acc #cc0a86 #500acc

Monochromatic Colors of #b10acc

#b10acc

Complementary Color

#b10acc #25cc0a

#b10acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10acc Color CSS Codes

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

#b10acc Text Font Color

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

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


#b10acc Background Color

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

This div background color is #b10acc


#b10acc Border Color

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

This div border color is #b10acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,10,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b10acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b10acc;
  -webkit-box-shadow: 1px 1px 3px 2px #b10acc;
  box-shadow:         1px 1px 3px 2px #b10acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,10,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10acc


Comments

No comments written yet.

Please login to write comment.