Color Hex Logo

#b595af Color Hex

#B595AF
(181,149,175)
0 Favorites   0 Comments

Color spaces of #b595af

RGB 181149175
HSL0.860.180.65
HSV311°18°71°
CMYK 0.000.180.03   0.29
XYZ37.541434.413845.2213
Yxy34.41380.32040.2937
Hunter Lab58.663311.5698-4.6401
CIE-Lab65.289716.4680-9.0644

#b595af color RGB value is (181,149,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 10101111
Octal 265 225 257
Decimal 181 149 175
Hex B5 95 AF

RGB Percentages of Color #b595af

%35.84
%29.50
%34.65

CMYK Percentages of Color #b595af

%0
%18
%3
%29

Triadic Colors of #b595af

#b595af #afb595 #95afb5

Analogous Colors of #b595af

#b595af #b5959f #ab95b5

Monochromatic Colors of #b595af

#b595af

Complementary Color

#b595af #95b59b

#b595af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b595af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b595af Color CSS Codes

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

#b595af Text Font Color

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

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


#b595af Background Color

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

This div background color is #b595af


#b595af Border Color

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

This div border color is #b595af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b595af


Comments

No comments written yet.

Please login to write comment.