Color Hex Logo

#b812cc Color Hex

#B812CC
(184,18,204)
0 Favorites   0 Comments

Color spaces of #b812cc

RGB 18418204
HSL0.820.840.44
HSV294°91°80°
CMYK 0.100.910.00   0.20
XYZ30.882614.982658.3910
Yxy14.98260.29620.1437
Hunter Lab38.707474.6780-62.3453
CIE-Lab45.610478.1769-56.2647

#b812cc color RGB value is (184,18,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010010 11001100
Octal 270 22 314
Decimal 184 18 204
Hex B8 12 CC

RGB Percentages of Color #b812cc

%45.32
%4.43
%50.25

CMYK Percentages of Color #b812cc

%10
%91
%0
%20

Triadic Colors of #b812cc

#b812cc #ccb812 #12ccb8

Analogous Colors of #b812cc

#b812cc #cc1283 #5b12cc

Monochromatic Colors of #b812cc

#b812cc

Complementary Color

#b812cc #26cc12

#b812cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b812cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b812cc Color CSS Codes

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

#b812cc Text Font Color

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

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


#b812cc Background Color

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

This div background color is #b812cc


#b812cc Border Color

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

This div border color is #b812cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b812cc


Comments

No comments written yet.

Please login to write comment.