Color Hex Logo

#b321cb Color Hex

#B321CB
(179,33,203)
0 Favorites   0 Comments

Color spaces of #b321cb

RGB 17933203
HSL0.810.720.46
HSV292°84°80°
CMYK 0.120.840.00   0.20
XYZ29.913814.983257.8153
Yxy14.98320.29120.1459
Hunter Lab38.708170.2063-61.4611
CIE-Lab45.611274.5407-55.7275

#b321cb color RGB value is (179,33,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100001 11001011
Octal 263 41 313
Decimal 179 33 203
Hex B3 21 CB

RGB Percentages of Color #b321cb

%43.13
%7.95
%48.92

CMYK Percentages of Color #b321cb

%12
%84
%0
%20

Triadic Colors of #b321cb

#b321cb #cbb321 #21cbb3

Analogous Colors of #b321cb

#b321cb #cb218e #5e21cb

Monochromatic Colors of #b321cb

#b321cb

Complementary Color

#b321cb #39cb21

#b321cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b321cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b321cb Color CSS Codes

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

#b321cb Text Font Color

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

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


#b321cb Background Color

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

This div background color is #b321cb


#b321cb Border Color

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

This div border color is #b321cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b321cb


Comments

No comments written yet.

Please login to write comment.