Color Hex Logo

#b297cc Color Hex

#B297CC
(178,151,204)
0 Favorites   0 Comments

Color spaces of #b297cc

RGB 178151204
HSL0.750.340.70
HSV271°26°80°
CMYK 0.130.260.00   0.20
XYZ40.325835.957861.9419
Yxy35.95780.29170.2601
Hunter Lab59.964815.1012-19.2695
CIE-Lab66.487720.1586-23.4986

#b297cc color RGB value is (178,151,204).

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

The process color (four color CMYK) of #b297cc color hex is 0.13, 0.26, 0.00, 0.20. Web safe color of #b297cc is #9999cc. Color #b297cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010111 11001100
Octal 262 227 314
Decimal 178 151 204
Hex B2 97 CC

RGB Percentages of Color #b297cc

%33.40
%28.33
%38.27

CMYK Percentages of Color #b297cc

%13
%26
%0
%20

Triadic Colors of #b297cc

#b297cc #ccb297 #97ccb2

Analogous Colors of #b297cc

#b297cc #cc97cc #9897cc

Monochromatic Colors of #b297cc

#b297cc

Complementary Color

#b297cc #b1cc97

#b297cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b297cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b297cc Color CSS Codes

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

#b297cc Text Font Color

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

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


#b297cc Background Color

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

This div background color is #b297cc


#b297cc Border Color

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

This div border color is #b297cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b297cc


Comments

No comments written yet.

Please login to write comment.