Color Hex Logo

#b820cb Color Hex

#B820CB
(184,32,203)
0 Favorites   0 Comments

Color spaces of #b820cb

RGB 18432203
HSL0.810.730.46
HSV293°84°80°
CMYK 0.090.840.00   0.20
XYZ31.063215.535257.8613
Yxy15.53520.29740.1487
Hunter Lab39.414771.7022-59.4482
CIE-Lab46.358775.6201-54.4817

#b820cb color RGB value is (184,32,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 11001011
Octal 270 40 313
Decimal 184 32 203
Hex B8 20 CB

RGB Percentages of Color #b820cb

%43.91
%7.64
%48.45

CMYK Percentages of Color #b820cb

%9
%84
%0
%20

Triadic Colors of #b820cb

#b820cb #cbb820 #20cbb8

Analogous Colors of #b820cb

#b820cb #cb2089 #6220cb

Monochromatic Colors of #b820cb

#b820cb

Complementary Color

#b820cb #33cb20

#b820cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b820cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b820cb Color CSS Codes

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

#b820cb Text Font Color

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

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


#b820cb Background Color

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

This div background color is #b820cb


#b820cb Border Color

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

This div border color is #b820cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,32,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b820cb


Comments

No comments written yet.

Please login to write comment.