Color Hex Logo

#b220cb Color Hex

#B220CB
(178,32,203)
0 Favorites   0 Comments

Color spaces of #b220cb

RGB 17832203
HSL0.810.730.46
HSV291°84°80°
CMYK 0.120.840.00   0.20
XYZ29.656114.809857.7954
Yxy14.80980.29000.1448
Hunter Lab38.483570.2093-62.1046
CIE-Lab45.372674.5896-56.1203

#b220cb color RGB value is (178,32,203).

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

The process color (four color CMYK) of #b220cb color hex is 0.12, 0.84, 0.00, 0.20. Web safe color of #b220cb is #9933cc. Color #b220cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100000 11001011
Octal 262 40 313
Decimal 178 32 203
Hex B2 20 CB

RGB Percentages of Color #b220cb

%43.10
%7.75
%49.15

CMYK Percentages of Color #b220cb

%12
%84
%0
%20

Triadic Colors of #b220cb

#b220cb #cbb220 #20cbb2

Analogous Colors of #b220cb

#b220cb #cb208f #5c20cb

Monochromatic Colors of #b220cb

#b220cb

Complementary Color

#b220cb #39cb20

#b220cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b220cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b220cb Color CSS Codes

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

#b220cb Text Font Color

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

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


#b220cb Background Color

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

This div background color is #b220cb


#b220cb Border Color

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

This div border color is #b220cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b220cb


Comments

No comments written yet.

Please login to write comment.