Color Hex Logo

#b323ca Color Hex

#B323CA
(179,35,202)
0 Favorites   0 Comments

Color spaces of #b323ca

RGB 17935202
HSL0.810.700.46
HSV292°83°79°
CMYK 0.110.830.00   0.21
XYZ29.852115.050057.2087
Yxy15.05000.29240.1474
Hunter Lab38.794369.4650-60.2769
CIE-Lab45.702673.9126-55.0015

#b323ca color RGB value is (179,35,202).

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

The process color (four color CMYK) of #b323ca color hex is 0.11, 0.83, 0.00, 0.21. Web safe color of #b323ca is #cc33cc. Color #b323ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100011 11001010
Octal 263 43 312
Decimal 179 35 202
Hex B3 23 CA

RGB Percentages of Color #b323ca

%43.03
%8.41
%48.56

CMYK Percentages of Color #b323ca

%11
%83
%0
%21

Triadic Colors of #b323ca

#b323ca #cab323 #23cab3

Analogous Colors of #b323ca

#b323ca #ca238e #6023ca

Monochromatic Colors of #b323ca

#b323ca

Complementary Color

#b323ca #3aca23

#b323ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b323ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b323ca Color CSS Codes

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

#b323ca Text Font Color

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

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


#b323ca Background Color

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

This div background color is #b323ca


#b323ca Border Color

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

This div border color is #b323ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b323ca


Comments

No comments written yet.

Please login to write comment.