Color Hex Logo

#b698cc Color Hex

#B698CC
(182,152,204)
0 Favorites   0 Comments

Color spaces of #b698cc

RGB 182152204
HSL0.760.340.70
HSV275°25°80°
CMYK 0.110.250.00   0.20
XYZ41.418736.761262.0394
Yxy36.76120.29540.2622
Hunter Lab60.631015.8339-18.2255
CIE-Lab67.097520.8940-22.5341

#b698cc color RGB value is (182,152,204).

#b698cc hex color red value is 182, green value is 152 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b698cc hue: 0.76 , saturation: 0.34 and the lightness value of b698cc is 0.70.

The process color (four color CMYK) of #b698cc color hex is 0.11, 0.25, 0.00, 0.20. Web safe color of #b698cc is #cc99cc. Color #b698cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 11001100
Octal 266 230 314
Decimal 182 152 204
Hex B6 98 CC

RGB Percentages of Color #b698cc

%33.83
%28.25
%37.92

CMYK Percentages of Color #b698cc

%11
%25
%0
%20

Triadic Colors of #b698cc

#b698cc #ccb698 #98ccb6

Analogous Colors of #b698cc

#b698cc #cc98c8 #9c98cc

Monochromatic Colors of #b698cc

#b698cc

Complementary Color

#b698cc #aecc98

#b698cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b698cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b698cc Color CSS Codes

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

#b698cc Text Font Color

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

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


#b698cc Background Color

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

This div background color is #b698cc


#b698cc Border Color

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

This div border color is #b698cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b698cc


Comments

No comments written yet.

Please login to write comment.