Color Hex Logo

#b592af Color Hex

#B592AF
(181,146,175)
0 Favorites   0 Comments

Color spaces of #b592af

RGB 181146175
HSL0.860.190.64
HSV310°19°71°
CMYK 0.000.190.03   0.29
XYZ37.072833.476745.0651
Yxy33.47670.32070.2896
Hunter Lab57.859113.1193-5.6783
CIE-Lab64.545118.1449-10.1763

#b592af color RGB value is (181,146,175).

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

The process color (four color CMYK) of #b592af color hex is 0.00, 0.19, 0.03, 0.29. Web safe color of #b592af is #cc9999. Color #b592af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010010 10101111
Octal 265 222 257
Decimal 181 146 175
Hex B5 92 AF

RGB Percentages of Color #b592af

%36.06
%29.08
%34.86

CMYK Percentages of Color #b592af

%0
%19
%3
%29

Triadic Colors of #b592af

#b592af #afb592 #92afb5

Analogous Colors of #b592af

#b592af #b5929e #aa92b5

Monochromatic Colors of #b592af

#b592af

Complementary Color

#b592af #92b598

#b592af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b592af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b592af Color CSS Codes

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

#b592af Text Font Color

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

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


#b592af Background Color

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

This div background color is #b592af


#b592af Border Color

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

This div border color is #b592af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b592af


Comments

No comments written yet.

Please login to write comment.