Color Hex Logo

#b017ba Color Hex

#B017BA
(176,23,186)
0 Favorites   0 Comments

Color spaces of #b017ba

RGB 17623186
HSL0.820.780.41
HSV296°88°73°
CMYK 0.050.880.00   0.27
XYZ27.073813.388147.6116
Yxy13.38810.30740.1520
Hunter Lab36.589868.0452-51.5370
CIE-Lab43.342373.1974-49.4889

#b017ba color RGB value is (176,23,186).

#b017ba hex color red value is 176, green value is 23 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b017ba hue: 0.82 , saturation: 0.78 and the lightness value of b017ba is 0.41.

The process color (four color CMYK) of #b017ba color hex is 0.05, 0.88, 0.00, 0.27. Web safe color of #b017ba is #9900cc. Color #b017ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 10111010
Octal 260 27 272
Decimal 176 23 186
Hex B0 17 BA

RGB Percentages of Color #b017ba

%45.71
%5.97
%48.31

CMYK Percentages of Color #b017ba

%5
%88
%0
%27

Triadic Colors of #b017ba

#b017ba #bab017 #17bab0

Analogous Colors of #b017ba

#b017ba #ba1773 #5f17ba

Monochromatic Colors of #b017ba

#b017ba

Complementary Color

#b017ba #21ba17

#b017ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b017ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b017ba Color CSS Codes

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

#b017ba Text Font Color

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

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


#b017ba Background Color

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

This div background color is #b017ba


#b017ba Border Color

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

This div border color is #b017ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,23,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b017ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b017ba


Comments

No comments written yet.

Please login to write comment.