Color Hex Logo

#b320ce Color Hex

#B320CE
(179,32,206)
0 Favorites   0 Comments

Color spaces of #b320ce

RGB 17932206
HSL0.810.730.47
HSV291°84°81°
CMYK 0.130.840.00   0.19
XYZ30.247515.073059.7077
Yxy15.07300.28800.1435
Hunter Lab38.824071.1263-64.0058
CIE-Lab45.734075.2712-57.2638

#b320ce color RGB value is (179,32,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 11001110
Octal 263 40 316
Decimal 179 32 206
Hex B3 20 CE

RGB Percentages of Color #b320ce

%42.93
%7.67
%49.40

CMYK Percentages of Color #b320ce

%13
%84
%0
%19

Triadic Colors of #b320ce

#b320ce #ceb320 #20ceb3

Analogous Colors of #b320ce

#b320ce #ce2092 #5c20ce

Monochromatic Colors of #b320ce

#b320ce

Complementary Color

#b320ce #3bce20

#b320ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b320ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b320ce Color CSS Codes

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

#b320ce Text Font Color

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

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


#b320ce Background Color

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

This div background color is #b320ce


#b320ce Border Color

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

This div border color is #b320ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b320ce


Comments

No comments written yet.

Please login to write comment.