Color Hex Logo

#b30cac Color Hex

#B30CAC
(179,12,172)
0 Favorites   0 Comments

Color spaces of #b30cac

RGB 17912172
HSL0.840.870.37
HSV303°93°70°
CMYK 0.000.930.04   0.30
XYZ26.168312.825240.1260
Yxy12.82520.33070.1621
Hunter Lab35.812367.7597-41.3631
CIE-Lab42.498773.1243-42.5301

#b30cac color RGB value is (179,12,172).

#b30cac hex color red value is 179, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b30cac hue: 0.84 , saturation: 0.87 and the lightness value of b30cac is 0.37.

The process color (four color CMYK) of #b30cac color hex is 0.00, 0.93, 0.04, 0.30. Web safe color of #b30cac is #cc0099. Color #b30cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001100 10101100
Octal 263 14 254
Decimal 179 12 172
Hex B3 C AC

RGB Percentages of Color #b30cac

%49.31
%3.31
%47.38

CMYK Percentages of Color #b30cac

%0
%93
%4
%30

Triadic Colors of #b30cac

#b30cac #acb30c #0cacb3

Analogous Colors of #b30cac

#b30cac #b30c59 #670cb3

Monochromatic Colors of #b30cac

#b30cac

Complementary Color

#b30cac #0cb313

#b30cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b30cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b30cac Color CSS Codes

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

#b30cac Text Font Color

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

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


#b30cac Background Color

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

This div background color is #b30cac


#b30cac Border Color

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

This div border color is #b30cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,12,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b30cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b30cac;
  -webkit-box-shadow: 1px 1px 3px 2px #b30cac;
  box-shadow:         1px 1px 3px 2px #b30cac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,12,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b30cac


Comments

No comments written yet.

Please login to write comment.