Color Hex Logo

#b519ca Color Hex

#B519CA
(181,25,202)
0 Favorites   0 Comments

Color spaces of #b519ca

RGB 18125202
HSL0.810.780.45
HSV293°88°79°
CMYK 0.100.880.00   0.21
XYZ30.064414.783357.1460
Yxy14.78330.29480.1449
Hunter Lab38.449172.2883-61.2071
CIE-Lab45.336076.2968-55.5747

#b519ca color RGB value is (181,25,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011001 11001010
Octal 265 31 312
Decimal 181 25 202
Hex B5 19 CA

RGB Percentages of Color #b519ca

%44.36
%6.13
%49.51

CMYK Percentages of Color #b519ca

%10
%88
%0
%21

Triadic Colors of #b519ca

#b519ca #cab519 #19cab5

Analogous Colors of #b519ca

#b519ca #ca1987 #5c19ca

Monochromatic Colors of #b519ca

#b519ca

Complementary Color

#b519ca #2eca19

#b519ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b519ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b519ca Color CSS Codes

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

#b519ca Text Font Color

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

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


#b519ca Background Color

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

This div background color is #b519ca


#b519ca Border Color

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

This div border color is #b519ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b519ca


Comments

No comments written yet.

Please login to write comment.