Color Hex Logo

#b398cb Color Hex

#B398CB
(179,152,203)
0 Favorites   0 Comments

Color spaces of #b398cb

RGB 179152203
HSL0.750.330.70
HSV272°25°80°
CMYK 0.120.250.00   0.20
XYZ40.598136.352061.3768
Yxy36.35200.29350.2628
Hunter Lab60.292614.6811-18.1513
CIE-Lab66.788019.7078-22.4752

#b398cb color RGB value is (179,152,203).

#b398cb hex color red value is 179, green value is 152 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b398cb hue: 0.75 , saturation: 0.33 and the lightness value of b398cb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011000 11001011
Octal 263 230 313
Decimal 179 152 203
Hex B3 98 CB

RGB Percentages of Color #b398cb

%33.52
%28.46
%38.01

CMYK Percentages of Color #b398cb

%12
%25
%0
%20

Triadic Colors of #b398cb

#b398cb #cbb398 #98cbb3

Analogous Colors of #b398cb

#b398cb #cb98ca #9a98cb

Monochromatic Colors of #b398cb

#b398cb

Complementary Color

#b398cb #b0cb98

#b398cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b398cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b398cb Color CSS Codes

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

#b398cb Text Font Color

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

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


#b398cb Background Color

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

This div background color is #b398cb


#b398cb Border Color

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

This div border color is #b398cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b398cb

#b398cb Color Palettes


Comments

No comments written yet.

Please login to write comment.