Color Hex Logo

#b115ca Color Hex

#B115CA
(177,21,202)
0 Favorites   0 Comments

Color spaces of #b115ca

RGB 17721202
HSL0.810.810.44
HSV292°90°79°
CMYK 0.120.900.00   0.21
XYZ29.060314.147757.0762
Yxy14.14770.28980.1411
Hunter Lab37.613472.0864-63.6397
CIE-Lab44.444076.3057-57.0468

#b115ca color RGB value is (177,21,202).

#b115ca hex color red value is 177, green value is 21 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b115ca hue: 0.81 , saturation: 0.81 and the lightness value of b115ca is 0.44.

The process color (four color CMYK) of #b115ca color hex is 0.12, 0.90, 0.00, 0.21. Web safe color of #b115ca is #9900cc. Color #b115ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010101 11001010
Octal 261 25 312
Decimal 177 21 202
Hex B1 15 CA

RGB Percentages of Color #b115ca

%44.25
%5.25
%50.50

CMYK Percentages of Color #b115ca

%12
%90
%0
%21

Triadic Colors of #b115ca

#b115ca #cab115 #15cab1

Analogous Colors of #b115ca

#b115ca #ca1589 #5615ca

Monochromatic Colors of #b115ca

#b115ca

Complementary Color

#b115ca #2eca15

#b115ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b115ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b115ca Color CSS Codes

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

#b115ca Text Font Color

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

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


#b115ca Background Color

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

This div background color is #b115ca


#b115ca Border Color

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

This div border color is #b115ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b115ca


Comments

No comments written yet.

Please login to write comment.