Color Hex Logo

#b5669f Color Hex

#B5669F
(181,102,159)
0 Favorites   0 Comments

Color spaces of #b5669f

RGB 181102159
HSL0.880.350.55
HSV317°44°71°
CMYK 0.000.440.12   0.29
XYZ30.065421.829735.4298
Yxy21.82970.34430.2500
Hunter Lab46.722333.0993-12.2544
CIE-Lab53.845839.6200-17.1385

#b5669f color RGB value is (181,102,159).

#b5669f hex color red value is 181, green value is 102 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5669f hue: 0.88 , saturation: 0.35 and the lightness value of b5669f is 0.55.

The process color (four color CMYK) of #b5669f color hex is 0.00, 0.44, 0.12, 0.29. Web safe color of #b5669f is #cc6699. Color #b5669f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 10011111
Octal 265 146 237
Decimal 181 102 159
Hex B5 66 9F

RGB Percentages of Color #b5669f

%40.95
%23.08
%35.97

CMYK Percentages of Color #b5669f

%0
%44
%12
%29

Triadic Colors of #b5669f

#b5669f #9fb566 #669fb5

Analogous Colors of #b5669f

#b5669f #b56678 #a466b5

Monochromatic Colors of #b5669f

#b5669f

Complementary Color

#b5669f #66b57c

#b5669f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5669f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5669f Color CSS Codes

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

#b5669f Text Font Color

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

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


#b5669f Background Color

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

This div background color is #b5669f


#b5669f Border Color

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

This div border color is #b5669f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,102,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5669f


Comments

No comments written yet.

Please login to write comment.