Color Hex Logo

#b373ca Color Hex

#B373CA
(179,115,202)
0 Favorites   0 Comments

Color spaces of #b373ca

RGB 179115202
HSL0.790.450.62
HSV284°43°79°
CMYK 0.110.430.00   0.21
XYZ35.381826.109459.0519
Yxy26.10940.29350.2166
Hunter Lab51.097434.1800-32.7518
CIE-Lab58.140740.1086-35.2714

#b373ca color RGB value is (179,115,202).

#b373ca hex color red value is 179, green value is 115 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b373ca hue: 0.79 , saturation: 0.45 and the lightness value of b373ca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 11001010
Octal 263 163 312
Decimal 179 115 202
Hex B3 73 CA

RGB Percentages of Color #b373ca

%36.09
%23.19
%40.73

CMYK Percentages of Color #b373ca

%11
%43
%0
%21

Triadic Colors of #b373ca

#b373ca #cab373 #73cab3

Analogous Colors of #b373ca

#b373ca #ca73b6 #8873ca

Monochromatic Colors of #b373ca

#b373ca

Complementary Color

#b373ca #8aca73

#b373ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b373ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b373ca Color CSS Codes

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

#b373ca Text Font Color

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

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


#b373ca Background Color

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

This div background color is #b373ca


#b373ca Border Color

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

This div border color is #b373ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b373ca


Comments

No comments written yet.

Please login to write comment.