Color Hex Logo

#b313ca Color Hex

#B313CA
(179,19,202)
0 Favorites   0 Comments

Color spaces of #b313ca

RGB 17919202
HSL0.810.830.43
HSV292°91°79°
CMYK 0.110.910.00   0.21
XYZ29.483914.313757.0860
Yxy14.31370.29230.1419
Hunter Lab37.833572.8979-62.9779
CIE-Lab44.679576.9194-56.6500

#b313ca color RGB value is (179,19,202).

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

The process color (four color CMYK) of #b313ca color hex is 0.11, 0.91, 0.00, 0.21. Web safe color of #b313ca is #cc00cc. Color #b313ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010011 11001010
Octal 263 23 312
Decimal 179 19 202
Hex B3 13 CA

RGB Percentages of Color #b313ca

%44.75
%4.75
%50.50

CMYK Percentages of Color #b313ca

%11
%91
%0
%21

Triadic Colors of #b313ca

#b313ca #cab313 #13cab3

Analogous Colors of #b313ca

#b313ca #ca1386 #5813ca

Monochromatic Colors of #b313ca

#b313ca

Complementary Color

#b313ca #2aca13

#b313ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b313ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b313ca Color CSS Codes

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

#b313ca Text Font Color

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

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


#b313ca Background Color

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

This div background color is #b313ca


#b313ca Border Color

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

This div border color is #b313ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b313ca


Comments

No comments written yet.

Please login to write comment.