Color Hex Logo

#b375ae Color Hex

#B375AE
(179,117,174)
0 Favorites   0 Comments

Color spaces of #b375ae

RGB 179117174
HSL0.850.290.58
HSV305°35°70°
CMYK 0.000.350.03   0.30
XYZ32.591725.362343.2220
Yxy25.36230.32210.2507
Hunter Lab50.361027.3866-15.6326
CIE-Lab57.426733.4717-20.3890

#b375ae color RGB value is (179,117,174).

#b375ae hex color red value is 179, green value is 117 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b375ae hue: 0.85 , saturation: 0.29 and the lightness value of b375ae is 0.58.

The process color (four color CMYK) of #b375ae color hex is 0.00, 0.35, 0.03, 0.30. Web safe color of #b375ae is #cc6699. Color #b375ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 10101110
Octal 263 165 256
Decimal 179 117 174
Hex B3 75 AE

RGB Percentages of Color #b375ae

%38.09
%24.89
%37.02

CMYK Percentages of Color #b375ae

%0
%35
%3
%30

Triadic Colors of #b375ae

#b375ae #aeb375 #75aeb3

Analogous Colors of #b375ae

#b375ae #b3758f #9975b3

Monochromatic Colors of #b375ae

#b375ae

Complementary Color

#b375ae #75b37a

#b375ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b375ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b375ae Color CSS Codes

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

#b375ae Text Font Color

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

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


#b375ae Background Color

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

This div background color is #b375ae


#b375ae Border Color

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

This div border color is #b375ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,117,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b375ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b375ae;
  -webkit-box-shadow: 1px 1px 3px 2px #b375ae;
  box-shadow:         1px 1px 3px 2px #b375ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,117,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b375ae


Comments

No comments written yet.

Please login to write comment.