Color Hex Logo

#b174da Color Hex

#B174DA
(177,116,218)
0 Favorites   0 Comments

Color spaces of #b174da

RGB 177116218
HSL0.770.580.65
HSV276°47°85°
CMYK 0.190.470.00   0.15
XYZ37.031726.899869.5701
Yxy26.89980.27740.2015
Hunter Lab51.865036.6855-43.2242
CIE-Lab58.881542.4219-43.1539

#b174da color RGB value is (177,116,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01110100 11011010
Octal 261 164 332
Decimal 177 116 218
Hex B1 74 DA

RGB Percentages of Color #b174da

%34.64
%22.70
%42.66

CMYK Percentages of Color #b174da

%19
%47
%0
%15

Triadic Colors of #b174da

#b174da #dab174 #74dab1

Analogous Colors of #b174da

#b174da #da74d0 #7e74da

Monochromatic Colors of #b174da

#b174da

Complementary Color

#b174da #9dda74

#b174da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b174da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b174da Color CSS Codes

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

#b174da Text Font Color

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

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


#b174da Background Color

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

This div background color is #b174da


#b174da Border Color

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

This div border color is #b174da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b174da


Comments

No comments written yet.

Please login to write comment.