Color Hex Logo

#b220cd Color Hex

#B220CD
(178,32,205)
0 Favorites   0 Comments

Color spaces of #b220cd

RGB 17832205
HSL0.810.730.46
HSV291°84°80°
CMYK 0.130.840.00   0.20
XYZ29.896114.905859.0590
Yxy14.90580.28780.1435
Hunter Lab38.608070.6573-63.6707
CIE-Lab45.504974.9316-57.0638

#b220cd color RGB value is (178,32,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100000 11001101
Octal 262 40 315
Decimal 178 32 205
Hex B2 20 CD

RGB Percentages of Color #b220cd

%42.89
%7.71
%49.40

CMYK Percentages of Color #b220cd

%13
%84
%0
%20

Triadic Colors of #b220cd

#b220cd #cdb220 #20cdb2

Analogous Colors of #b220cd

#b220cd #cd2092 #5b20cd

Monochromatic Colors of #b220cd

#b220cd

Complementary Color

#b220cd #3bcd20

#b220cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b220cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b220cd Color CSS Codes

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

#b220cd Text Font Color

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

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


#b220cd Background Color

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

This div background color is #b220cd


#b220cd Border Color

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

This div border color is #b220cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b220cd


Comments

No comments written yet.

Please login to write comment.