Color Hex Logo

#b511ca Color Hex

#B511CA
(181,17,202)
0 Favorites   0 Comments

Color spaces of #b511ca

RGB 18117202
HSL0.810.840.43
HSV293°92°79°
CMYK 0.100.920.00   0.21
XYZ29.917214.488957.0969
Yxy14.48890.29470.1427
Hunter Lab38.064373.6823-62.2907
CIE-Lab44.926177.5066-56.2352

#b511ca color RGB value is (181,17,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010001 11001010
Octal 265 21 312
Decimal 181 17 202
Hex B5 11 CA

RGB Percentages of Color #b511ca

%45.25
%4.25
%50.50

CMYK Percentages of Color #b511ca

%10
%92
%0
%21

Triadic Colors of #b511ca

#b511ca #cab511 #11cab5

Analogous Colors of #b511ca

#b511ca #ca1183 #5911ca

Monochromatic Colors of #b511ca

#b511ca

Complementary Color

#b511ca #26ca11

#b511ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b511ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b511ca Color CSS Codes

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

#b511ca Text Font Color

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

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


#b511ca Background Color

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

This div background color is #b511ca


#b511ca Border Color

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

This div border color is #b511ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b511ca


Comments

No comments written yet.

Please login to write comment.