Color Hex Logo

#b319ca Color Hex

#B319CA
(179,25,202)
0 Favorites   0 Comments

Color spaces of #b319ca

RGB 17925202
HSL0.810.780.45
HSV292°88°79°
CMYK 0.110.880.00   0.21
XYZ29.598714.543257.1242
Yxy14.54320.29230.1436
Hunter Lab38.135571.8046-62.1171
CIE-Lab45.002175.9677-56.1298

#b319ca color RGB value is (179,25,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011001 11001010
Octal 263 31 312
Decimal 179 25 202
Hex B3 19 CA

RGB Percentages of Color #b319ca

%44.09
%6.16
%49.75

CMYK Percentages of Color #b319ca

%11
%88
%0
%21

Triadic Colors of #b319ca

#b319ca #cab319 #19cab3

Analogous Colors of #b319ca

#b319ca #ca1989 #5b19ca

Monochromatic Colors of #b319ca

#b319ca

Complementary Color

#b319ca #30ca19

#b319ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b319ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b319ca Color CSS Codes

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

#b319ca Text Font Color

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

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


#b319ca Background Color

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

This div background color is #b319ca


#b319ca Border Color

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

This div border color is #b319ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b319ca


Comments

No comments written yet.

Please login to write comment.