Color Hex Logo

#b811cc Color Hex

#B811CC
(184,17,204)
0 Favorites   0 Comments

Color spaces of #b811cc

RGB 18417204
HSL0.820.850.43
HSV294°92°80°
CMYK 0.100.920.00   0.20
XYZ30.866714.950958.3857
Yxy14.95090.29620.1435
Hunter Lab38.666474.8272-62.4606
CIE-Lab45.566978.3053-56.3348

#b811cc color RGB value is (184,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010001 11001100
Octal 270 21 314
Decimal 184 17 204
Hex B8 11 CC

RGB Percentages of Color #b811cc

%45.43
%4.20
%50.37

CMYK Percentages of Color #b811cc

%10
%92
%0
%20

Triadic Colors of #b811cc

#b811cc #ccb811 #11ccb8

Analogous Colors of #b811cc

#b811cc #cc1183 #5a11cc

Monochromatic Colors of #b811cc

#b811cc

Complementary Color

#b811cc #25cc11

#b811cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b811cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b811cc Color CSS Codes

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

#b811cc Text Font Color

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

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


#b811cc Background Color

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

This div background color is #b811cc


#b811cc Border Color

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

This div border color is #b811cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b811cc


Comments

No comments written yet.

Please login to write comment.