Color Hex Logo

#b392af Color Hex

#B392AF
(179,146,175)
0 Favorites   0 Comments

Color spaces of #b392af

RGB 179146175
HSL0.850.180.64
HSV307°18°70°
CMYK 0.000.180.02   0.30
XYZ36.607233.236645.0433
Yxy33.23660.31860.2893
Hunter Lab57.651212.4539-5.9679
CIE-Lab64.352017.4411-10.4850

#b392af color RGB value is (179,146,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 10101111
Octal 263 222 257
Decimal 179 146 175
Hex B3 92 AF

RGB Percentages of Color #b392af

%35.80
%29.20
%35.00

CMYK Percentages of Color #b392af

%0
%18
%2
%30

Triadic Colors of #b392af

#b392af #afb392 #92afb3

Analogous Colors of #b392af

#b392af #b3929f #a792b3

Monochromatic Colors of #b392af

#b392af

Complementary Color

#b392af #92b396

#b392af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b392af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b392af Color CSS Codes

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

#b392af Text Font Color

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

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


#b392af Background Color

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

This div background color is #b392af


#b392af Border Color

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

This div border color is #b392af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b392af


Comments

No comments written yet.

Please login to write comment.