Color Hex Logo

#b612cc Color Hex

#B612CC
(182,18,204)
0 Favorites   0 Comments

Color spaces of #b612cc

RGB 18218204
HSL0.810.840.44
HSV293°91°80°
CMYK 0.110.910.00   0.20
XYZ30.406814.737358.3687
Yxy14.73730.29370.1424
Hunter Lab38.389274.2028-63.2748
CIE-Lab45.272377.8597-56.8270

#b612cc color RGB value is (182,18,204).

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

The process color (four color CMYK) of #b612cc color hex is 0.11, 0.91, 0.00, 0.20. Web safe color of #b612cc is #cc00cc. Color #b612cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010010 11001100
Octal 266 22 314
Decimal 182 18 204
Hex B6 12 CC

RGB Percentages of Color #b612cc

%45.05
%4.46
%50.50

CMYK Percentages of Color #b612cc

%11
%91
%0
%20

Triadic Colors of #b612cc

#b612cc #ccb612 #12ccb6

Analogous Colors of #b612cc

#b612cc #cc1285 #5912cc

Monochromatic Colors of #b612cc

#b612cc

Complementary Color

#b612cc #28cc12

#b612cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b612cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b612cc Color CSS Codes

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

#b612cc Text Font Color

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

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


#b612cc Background Color

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

This div background color is #b612cc


#b612cc Border Color

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

This div border color is #b612cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b612cc


Comments

No comments written yet.

Please login to write comment.