Color Hex Logo

#b397ca Color Hex

#B397CA
(179,151,202)
0 Favorites   0 Comments

Color spaces of #b397ca

RGB 179151202
HSL0.760.320.69
HSV273°25°79°
CMYK 0.110.250.00   0.21
XYZ40.317735.981260.6972
Yxy35.98120.29430.2626
Hunter Lab59.984315.0039-18.0056
CIE-Lab66.505620.0564-22.3502

#b397ca color RGB value is (179,151,202).

#b397ca hex color red value is 179, green value is 151 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b397ca hue: 0.76 , saturation: 0.32 and the lightness value of b397ca is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010111 11001010
Octal 263 227 312
Decimal 179 151 202
Hex B3 97 CA

RGB Percentages of Color #b397ca

%33.65
%28.38
%37.97

CMYK Percentages of Color #b397ca

%11
%25
%0
%21

Triadic Colors of #b397ca

#b397ca #cab397 #97cab3

Analogous Colors of #b397ca

#b397ca #ca97c8 #9a97ca

Monochromatic Colors of #b397ca

#b397ca

Complementary Color

#b397ca #aeca97

#b397ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b397ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b397ca Color CSS Codes

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

#b397ca Text Font Color

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

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


#b397ca Background Color

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

This div background color is #b397ca


#b397ca Border Color

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

This div border color is #b397ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b397ca


Comments

No comments written yet.

Please login to write comment.