Color Hex Logo

#b337ca Color Hex

#B337CA
(179,55,202)
0 Favorites   0 Comments

Color spaces of #b337ca

RGB 17955202
HSL0.810.580.50
HSV291°73°79°
CMYK 0.110.730.00   0.21
XYZ30.617316.580457.4637
Yxy16.58040.29250.1584
Hunter Lab40.719062.9587-55.1682
CIE-Lab47.726968.0666-51.7507

#b337ca color RGB value is (179,55,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110111 11001010
Octal 263 67 312
Decimal 179 55 202
Hex B3 37 CA

RGB Percentages of Color #b337ca

%41.06
%12.61
%46.33

CMYK Percentages of Color #b337ca

%11
%73
%0
%21

Triadic Colors of #b337ca

#b337ca #cab337 #37cab3

Analogous Colors of #b337ca

#b337ca #ca3798 #6a37ca

Monochromatic Colors of #b337ca

#b337ca

Complementary Color

#b337ca #4eca37

#b337ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b337ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b337ca Color CSS Codes

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

#b337ca Text Font Color

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

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


#b337ca Background Color

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

This div background color is #b337ca


#b337ca Border Color

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

This div border color is #b337ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b337ca


Comments

No comments written yet.

Please login to write comment.