Color Hex Logo

#b170da Color Hex

#B170DA
(177,112,218)
0 Favorites   0 Comments

Color spaces of #b170da

RGB 177112218
HSL0.770.590.65
HSV277°49°85°
CMYK 0.190.490.00   0.15
XYZ36.580525.997469.4197
Yxy25.99740.27710.1970
Hunter Lab50.987638.8344-45.0320
CIE-Lab58.034644.5830-44.4898

#b170da color RGB value is (177,112,218).

#b170da hex color red value is 177, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b170da hue: 0.77 , saturation: 0.59 and the lightness value of b170da is 0.65.

The process color (four color CMYK) of #b170da color hex is 0.19, 0.49, 0.00, 0.15. Web safe color of #b170da is #9966cc. Color #b170da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110000 11011010
Octal 261 160 332
Decimal 177 112 218
Hex B1 70 DA

RGB Percentages of Color #b170da

%34.91
%22.09
%43.00

CMYK Percentages of Color #b170da

%19
%49
%0
%15

Triadic Colors of #b170da

#b170da #dab170 #70dab1

Analogous Colors of #b170da

#b170da #da70ce #7c70da

Monochromatic Colors of #b170da

#b170da

Complementary Color

#b170da #99da70

#b170da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b170da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b170da Color CSS Codes

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

#b170da Text Font Color

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

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


#b170da Background Color

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

This div background color is #b170da


#b170da Border Color

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

This div border color is #b170da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,112,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b170da


Comments

No comments written yet.

Please login to write comment.