Color Hex Logo

#b321ce Color Hex

#B321CE
(179,33,206)
0 Favorites   0 Comments

Color spaces of #b321ce

RGB 17933206
HSL0.810.720.47
HSV291°84°81°
CMYK 0.130.840.00   0.19
XYZ30.274815.127759.7168
Yxy15.12770.28800.1439
Hunter Lab38.894370.8767-63.8054
CIE-Lab45.808675.0523-57.1435

#b321ce color RGB value is (179,33,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100001 11001110
Octal 263 41 316
Decimal 179 33 206
Hex B3 21 CE

RGB Percentages of Color #b321ce

%42.82
%7.89
%49.28

CMYK Percentages of Color #b321ce

%13
%84
%0
%19

Triadic Colors of #b321ce

#b321ce #ceb321 #21ceb3

Analogous Colors of #b321ce

#b321ce #ce2193 #5c21ce

Monochromatic Colors of #b321ce

#b321ce

Complementary Color

#b321ce #3cce21

#b321ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b321ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b321ce Color CSS Codes

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

#b321ce Text Font Color

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

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


#b321ce Background Color

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

This div background color is #b321ce


#b321ce Border Color

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

This div border color is #b321ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b321ce


Comments

No comments written yet.

Please login to write comment.