Color Hex Logo

#b320cd Color Hex

#B320CD
(179,32,205)
0 Favorites   0 Comments

Color spaces of #b320cd

RGB 17932205
HSL0.810.730.46
HSV291°84°80°
CMYK 0.130.840.00   0.20
XYZ30.126415.024559.0698
Yxy15.02450.28910.1442
Hunter Lab38.761470.9023-63.2209
CIE-Lab45.667775.1007-56.7930

#b320cd color RGB value is (179,32,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 11001101
Octal 263 40 315
Decimal 179 32 205
Hex B3 20 CD

RGB Percentages of Color #b320cd

%43.03
%7.69
%49.28

CMYK Percentages of Color #b320cd

%13
%84
%0
%20

Triadic Colors of #b320cd

#b320cd #cdb320 #20cdb3

Analogous Colors of #b320cd

#b320cd #cd2091 #5c20cd

Monochromatic Colors of #b320cd

#b320cd

Complementary Color

#b320cd #3acd20

#b320cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b320cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b320cd Color CSS Codes

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

#b320cd Text Font Color

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

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


#b320cd Background Color

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

This div background color is #b320cd


#b320cd Border Color

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

This div border color is #b320cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b320cd


Comments

No comments written yet.

Please login to write comment.