Color Hex Logo

#b820cc Color Hex

#B820CC
(184,32,204)
0 Favorites   0 Comments

Color spaces of #b820cc

RGB 18432204
HSL0.810.730.46
HSV293°84°80°
CMYK 0.100.840.00   0.20
XYZ31.182815.583058.4910
Yxy15.58300.29630.1480
Hunter Lab39.475371.9210-60.2179
CIE-Lab46.422675.7861-54.9571

#b820cc color RGB value is (184,32,204).

#b820cc hex color red value is 184, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b820cc hue: 0.81 , saturation: 0.73 and the lightness value of b820cc is 0.46.

The process color (four color CMYK) of #b820cc color hex is 0.10, 0.84, 0.00, 0.20. Web safe color of #b820cc is #cc33cc. Color #b820cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 11001100
Octal 270 40 314
Decimal 184 32 204
Hex B8 20 CC

RGB Percentages of Color #b820cc

%43.81
%7.62
%48.57

CMYK Percentages of Color #b820cc

%10
%84
%0
%20

Triadic Colors of #b820cc

#b820cc #ccb820 #20ccb8

Analogous Colors of #b820cc

#b820cc #cc208a #6220cc

Monochromatic Colors of #b820cc

#b820cc

Complementary Color

#b820cc #34cc20

#b820cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b820cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b820cc Color CSS Codes

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

#b820cc Text Font Color

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

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


#b820cc Background Color

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

This div background color is #b820cc


#b820cc Border Color

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

This div border color is #b820cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b820cc


Comments

No comments written yet.

Please login to write comment.