Color Hex Logo

#b112ca Color Hex

#B112CA
(177,18,202)
0 Favorites   0 Comments

Color spaces of #b112ca

RGB 17718202
HSL0.810.840.43
HSV292°91°79°
CMYK 0.120.910.00   0.21
XYZ29.008414.044057.0590
Yxy14.04400.28980.1403
Hunter Lab37.475372.5891-64.0408
CIE-Lab44.296076.7431-57.2859

#b112ca color RGB value is (177,18,202).

#b112ca hex color red value is 177, green value is 18 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b112ca hue: 0.81 , saturation: 0.84 and the lightness value of b112ca is 0.43.

The process color (four color CMYK) of #b112ca color hex is 0.12, 0.91, 0.00, 0.21. Web safe color of #b112ca is #9900cc. Color #b112ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010010 11001010
Octal 261 22 312
Decimal 177 18 202
Hex B1 12 CA

RGB Percentages of Color #b112ca

%44.58
%4.53
%50.88

CMYK Percentages of Color #b112ca

%12
%91
%0
%21

Triadic Colors of #b112ca

#b112ca #cab112 #12cab1

Analogous Colors of #b112ca

#b112ca #ca1287 #5512ca

Monochromatic Colors of #b112ca

#b112ca

Complementary Color

#b112ca #2bca12

#b112ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b112ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b112ca Color CSS Codes

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

#b112ca Text Font Color

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

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


#b112ca Background Color

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

This div background color is #b112ca


#b112ca Border Color

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

This div border color is #b112ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b112ca


Comments

No comments written yet.

Please login to write comment.