Color Hex Logo

#b020cd Color Hex

#B020CD
(176,32,205)
0 Favorites   0 Comments

Color spaces of #b020cd

RGB 17632205
HSL0.810.730.46
HSV290°84°80°
CMYK 0.140.840.00   0.20
XYZ29.440514.670959.0377
Yxy14.67090.28540.1422
Hunter Lab38.302670.1707-64.5748
CIE-Lab45.180174.5954-57.6042

#b020cd color RGB value is (176,32,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100000 11001101
Octal 260 40 315
Decimal 176 32 205
Hex B0 20 CD

RGB Percentages of Color #b020cd

%42.62
%7.75
%49.64

CMYK Percentages of Color #b020cd

%14
%84
%0
%20

Triadic Colors of #b020cd

#b020cd #cdb020 #20cdb0

Analogous Colors of #b020cd

#b020cd #cd2094 #5920cd

Monochromatic Colors of #b020cd

#b020cd

Complementary Color

#b020cd #3dcd20

#b020cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b020cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b020cd Color CSS Codes

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

#b020cd Text Font Color

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

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


#b020cd Background Color

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

This div background color is #b020cd


#b020cd Border Color

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

This div border color is #b020cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b020cd


Comments

No comments written yet.

Please login to write comment.