Color Hex Logo

#b899cf Color Hex

#B899CF
(184,153,207)
0 Favorites   0 Comments

Color spaces of #b899cf

RGB 184153207
HSL0.760.360.71
HSV274°26°81°
CMYK 0.110.260.00   0.19
XYZ42.420937.477864.0296
Yxy37.47780.29470.2604
Hunter Lab61.219116.5555-19.1585
CIE-Lab67.634021.6147-23.3635

#b899cf color RGB value is (184,153,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011001 11001111
Octal 270 231 317
Decimal 184 153 207
Hex B8 99 CF

RGB Percentages of Color #b899cf

%33.82
%28.13
%38.05

CMYK Percentages of Color #b899cf

%11
%26
%0
%19

Triadic Colors of #b899cf

#b899cf #cfb899 #99cfb8

Analogous Colors of #b899cf

#b899cf #cf99cb #9d99cf

Monochromatic Colors of #b899cf

#b899cf

Complementary Color

#b899cf #b0cf99

#b899cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b899cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b899cf Color CSS Codes

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

#b899cf Text Font Color

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

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


#b899cf Background Color

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

This div background color is #b899cf


#b899cf Border Color

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

This div border color is #b899cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b899cf


Comments

No comments written yet.

Please login to write comment.