Color Hex Logo

#b698b0 Color Hex

#B698B0
(182,152,176)
0 Favorites   0 Comments

Color spaces of #b698b0

RGB 182152176
HSL0.870.170.65
HSV312°16°71°
CMYK 0.000.160.03   0.29
XYZ38.356135.536145.9119
Yxy35.53610.32020.2966
Hunter Lab59.612210.5305-3.9353
CIE-Lab66.163915.3345-8.3129

#b698b0 color RGB value is (182,152,176).

#b698b0 hex color red value is 182, green value is 152 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #b698b0 hue: 0.87 , saturation: 0.17 and the lightness value of b698b0 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 10110000
Octal 266 230 260
Decimal 182 152 176
Hex B6 98 B0

RGB Percentages of Color #b698b0

%35.69
%29.80
%34.51

CMYK Percentages of Color #b698b0

%0
%16
%3
%29

Triadic Colors of #b698b0

#b698b0 #b0b698 #98b0b6

Analogous Colors of #b698b0

#b698b0 #b698a1 #ad98b6

Monochromatic Colors of #b698b0

#b698b0

Complementary Color

#b698b0 #98b69e

#b698b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b698b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b698b0 Color CSS Codes

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

#b698b0 Text Font Color

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

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


#b698b0 Background Color

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

This div background color is #b698b0


#b698b0 Border Color

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

This div border color is #b698b0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,152,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b698b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b698b0;
  -webkit-box-shadow: 1px 1px 3px 2px #b698b0;
  box-shadow:         1px 1px 3px 2px #b698b0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,152,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b698b0


Comments

No comments written yet.

Please login to write comment.