Color Hex Logo

#b353ca Color Hex

#B353CA
(179,83,202)
0 Favorites   0 Comments

Color spaces of #b353ca

RGB 17983202
HSL0.800.530.56
HSV288°59°79°
CMYK 0.110.590.00   0.21
XYZ32.344320.034558.0394
Yxy20.03450.29290.1814
Hunter Lab44.759950.6574-45.5484
CIE-Lab51.876256.5087-45.1348

#b353ca color RGB value is (179,83,202).

#b353ca hex color red value is 179, green value is 83 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b353ca hue: 0.80 , saturation: 0.53 and the lightness value of b353ca is 0.56.

The process color (four color CMYK) of #b353ca color hex is 0.11, 0.59, 0.00, 0.21. Web safe color of #b353ca is #cc66cc. Color #b353ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010011 11001010
Octal 263 123 312
Decimal 179 83 202
Hex B3 53 CA

RGB Percentages of Color #b353ca

%38.58
%17.89
%43.53

CMYK Percentages of Color #b353ca

%11
%59
%0
%21

Triadic Colors of #b353ca

#b353ca #cab353 #53cab3

Analogous Colors of #b353ca

#b353ca #ca53a6 #7853ca

Monochromatic Colors of #b353ca

#b353ca

Complementary Color

#b353ca #6aca53

#b353ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b353ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b353ca Color CSS Codes

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

#b353ca Text Font Color

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

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


#b353ca Background Color

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

This div background color is #b353ca


#b353ca Border Color

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

This div border color is #b353ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b353ca


Comments

No comments written yet.

Please login to write comment.