Color Hex Logo

#b393af Color Hex

#B393AF
(179,147,175)
0 Favorites   0 Comments

Color spaces of #b393af

RGB 179147175
HSL0.850.170.64
HSV308°18°70°
CMYK 0.000.180.02   0.30
XYZ36.762033.546345.0950
Yxy33.54630.31860.2907
Hunter Lab57.919211.9376-5.6189
CIE-Lab64.600816.8807-10.1131

#b393af color RGB value is (179,147,175).

#b393af hex color red value is 179, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b393af hue: 0.85 , saturation: 0.17 and the lightness value of b393af is 0.64.

The process color (four color CMYK) of #b393af color hex is 0.00, 0.18, 0.02, 0.30. Web safe color of #b393af is #cc9999. Color #b393af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010011 10101111
Octal 263 223 257
Decimal 179 147 175
Hex B3 93 AF

RGB Percentages of Color #b393af

%35.73
%29.34
%34.93

CMYK Percentages of Color #b393af

%0
%18
%2
%30

Triadic Colors of #b393af

#b393af #afb393 #93afb3

Analogous Colors of #b393af

#b393af #b3939f #a793b3

Monochromatic Colors of #b393af

#b393af

Complementary Color

#b393af #93b397

#b393af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b393af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b393af Color CSS Codes

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

#b393af Text Font Color

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

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


#b393af Background Color

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

This div background color is #b393af


#b393af Border Color

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

This div border color is #b393af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b393af


Comments

No comments written yet.

Please login to write comment.