Color Hex Logo

#b12acc Color Hex

#B12ACC
(177,42,204)
0 Favorites   0 Comments

Color spaces of #b12acc

RGB 17742204
HSL0.810.660.48
HSV290°79°80°
CMYK 0.130.790.00   0.20
XYZ29.858515.362758.5183
Yxy15.36270.28780.1481
Hunter Lab39.195367.3874-61.0829
CIE-Lab46.127072.1075-55.4919

#b12acc color RGB value is (177,42,204).

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

The process color (four color CMYK) of #b12acc color hex is 0.13, 0.79, 0.00, 0.20. Web safe color of #b12acc is #9933cc. Color #b12acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101010 11001100
Octal 261 52 314
Decimal 177 42 204
Hex B1 2A CC

RGB Percentages of Color #b12acc

%41.84
%9.93
%48.23

CMYK Percentages of Color #b12acc

%13
%79
%0
%20

Triadic Colors of #b12acc

#b12acc #ccb12a #2accb1

Analogous Colors of #b12acc

#b12acc #cc2a96 #602acc

Monochromatic Colors of #b12acc

#b12acc

Complementary Color

#b12acc #45cc2a

#b12acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12acc Color CSS Codes

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

#b12acc Text Font Color

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

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


#b12acc Background Color

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

This div background color is #b12acc


#b12acc Border Color

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

This div border color is #b12acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12acc


Comments

No comments written yet.

Please login to write comment.