Color Hex Logo

#b898ca Color Hex

#B898CA
(184,152,202)
1 Favorites   0 Comments

Color spaces of #b898ca

RGB 184152202
HSL0.770.320.69
HSV278°25°79°
CMYK 0.090.250.00   0.21
XYZ41.656136.911160.8062
Yxy36.91110.29890.2648
Hunter Lab60.754516.0675-16.8123
CIE-Lab67.210321.1307-21.2336

#b898ca color RGB value is (184,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 11001010
Octal 270 230 312
Decimal 184 152 202
Hex B8 98 CA

RGB Percentages of Color #b898ca

%34.20
%28.25
%37.55

CMYK Percentages of Color #b898ca

%9
%25
%0
%21

Triadic Colors of #b898ca

#b898ca #cab898 #98cab8

Analogous Colors of #b898ca

#b898ca #ca98c3 #9f98ca

Monochromatic Colors of #b898ca

#b898ca

Complementary Color

#b898ca #aaca98

#b898ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898ca Color CSS Codes

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

#b898ca Text Font Color

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

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


#b898ca Background Color

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

This div background color is #b898ca


#b898ca Border Color

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

This div border color is #b898ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898ca


Comments

No comments written yet.

Please login to write comment.