Color Hex Logo

#b297ce Color Hex

#B297CE
(178,151,206)
0 Favorites   0 Comments

Color spaces of #b297ce

RGB 178151206
HSL0.750.360.70
HSV269°27°81°
CMYK 0.140.270.00   0.19
XYZ40.567336.054463.2136
Yxy36.05440.29010.2578
Hunter Lab60.045315.5173-20.3867
CIE-Lab66.561520.5891-24.4977

#b297ce color RGB value is (178,151,206).

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

The process color (four color CMYK) of #b297ce color hex is 0.14, 0.27, 0.00, 0.19. Web safe color of #b297ce is #9999cc. Color #b297ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010111 11001110
Octal 262 227 316
Decimal 178 151 206
Hex B2 97 CE

RGB Percentages of Color #b297ce

%33.27
%28.22
%38.50

CMYK Percentages of Color #b297ce

%14
%27
%0
%19

Triadic Colors of #b297ce

#b297ce #ceb297 #97ceb2

Analogous Colors of #b297ce

#b297ce #ce97ce #9798ce

Monochromatic Colors of #b297ce

#b297ce

Complementary Color

#b297ce #b3ce97

#b297ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b297ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b297ce Color CSS Codes

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

#b297ce Text Font Color

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

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


#b297ce Background Color

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

This div background color is #b297ce


#b297ce Border Color

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

This div border color is #b297ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,151,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b297ce


Comments

No comments written yet.

Please login to write comment.