Color Hex Logo

#b89ccf Color Hex

#B89CCF
(184,156,207)
0 Favorites   0 Comments

Color spaces of #b89ccf

RGB 184156207
HSL0.760.350.71
HSV273°25°81°
CMYK 0.110.250.00   0.19
XYZ42.918138.472364.1953
Yxy38.47230.29480.2643
Hunter Lab62.026014.9651-17.9453
CIE-Lab68.367319.9410-22.2435

#b89ccf color RGB value is (184,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011100 11001111
Octal 270 234 317
Decimal 184 156 207
Hex B8 9C CF

RGB Percentages of Color #b89ccf

%33.64
%28.52
%37.84

CMYK Percentages of Color #b89ccf

%11
%25
%0
%19

Triadic Colors of #b89ccf

#b89ccf #cfb89c #9ccfb8

Analogous Colors of #b89ccf

#b89ccf #cf9ccd #9f9ccf

Monochromatic Colors of #b89ccf

#b89ccf

Complementary Color

#b89ccf #b3cf9c

#b89ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89ccf Color CSS Codes

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

#b89ccf Text Font Color

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

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


#b89ccf Background Color

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

This div background color is #b89ccf


#b89ccf Border Color

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

This div border color is #b89ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89ccf


Comments

No comments written yet.

Please login to write comment.