Color Hex Logo

#b898cf Color Hex

#B898CF
(184,152,207)
0 Favorites   0 Comments

Color spaces of #b898cf

RGB 184152207
HSL0.760.360.70
HSV275°27°81°
CMYK 0.110.270.00   0.19
XYZ42.257937.151863.9753
Yxy37.15180.29470.2591
Hunter Lab60.952317.0866-19.5640
CIE-Lab67.390822.1730-23.7354

#b898cf color RGB value is (184,152,207).

#b898cf hex color red value is 184, green value is 152 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b898cf hue: 0.76 , saturation: 0.36 and the lightness value of b898cf is 0.70.

The process color (four color CMYK) of #b898cf color hex is 0.11, 0.27, 0.00, 0.19. Web safe color of #b898cf is #cc99cc. Color #b898cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 11001111
Octal 270 230 317
Decimal 184 152 207
Hex B8 98 CF

RGB Percentages of Color #b898cf

%33.89
%27.99
%38.12

CMYK Percentages of Color #b898cf

%11
%27
%0
%19

Triadic Colors of #b898cf

#b898cf #cfb898 #98cfb8

Analogous Colors of #b898cf

#b898cf #cf98cb #9d98cf

Monochromatic Colors of #b898cf

#b898cf

Complementary Color

#b898cf #afcf98

#b898cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898cf Color CSS Codes

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

#b898cf Text Font Color

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

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


#b898cf Background Color

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

This div background color is #b898cf


#b898cf Border Color

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

This div border color is #b898cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898cf


Comments

No comments written yet.

Please login to write comment.