Color Hex Logo

#b117ca Color Hex

#B117CA
(177,23,202)
0 Favorites   0 Comments

Color spaces of #b117ca

RGB 17723202
HSL0.810.800.44
HSV292°89°79°
CMYK 0.120.890.00   0.21
XYZ29.098514.224257.0890
Yxy14.22420.28980.1417
Hunter Lab37.715071.7181-63.3465
CIE-Lab44.552875.9844-56.8714

#b117ca color RGB value is (177,23,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010111 11001010
Octal 261 27 312
Decimal 177 23 202
Hex B1 17 CA

RGB Percentages of Color #b117ca

%44.03
%5.72
%50.25

CMYK Percentages of Color #b117ca

%12
%89
%0
%21

Triadic Colors of #b117ca

#b117ca #cab117 #17cab1

Analogous Colors of #b117ca

#b117ca #ca178a #5717ca

Monochromatic Colors of #b117ca

#b117ca

Complementary Color

#b117ca #30ca17

#b117ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b117ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b117ca Color CSS Codes

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

#b117ca Text Font Color

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

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


#b117ca Background Color

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

This div background color is #b117ca


#b117ca Border Color

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

This div border color is #b117ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b117ca


Comments

No comments written yet.

Please login to write comment.