Color Hex Logo

#b398ca Color Hex

#B398CA
(179,152,202)
0 Favorites   0 Comments

Color spaces of #b398ca

RGB 179152202
HSL0.760.320.69
HSV272°25°79°
CMYK 0.110.250.00   0.21
XYZ40.479336.304460.7511
Yxy36.30440.29430.2640
Hunter Lab60.253114.4770-17.6028
CIE-Lab66.751919.4960-21.9742

#b398ca color RGB value is (179,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011000 11001010
Octal 263 230 312
Decimal 179 152 202
Hex B3 98 CA

RGB Percentages of Color #b398ca

%33.58
%28.52
%37.90

CMYK Percentages of Color #b398ca

%11
%25
%0
%21

Triadic Colors of #b398ca

#b398ca #cab398 #98cab3

Analogous Colors of #b398ca

#b398ca #ca98c8 #9a98ca

Monochromatic Colors of #b398ca

#b398ca

Complementary Color

#b398ca #afca98

#b398ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b398ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b398ca Color CSS Codes

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

#b398ca Text Font Color

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

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


#b398ca Background Color

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

This div background color is #b398ca


#b398ca Border Color

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

This div border color is #b398ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b398ca


Comments

No comments written yet.

Please login to write comment.