Color Hex Logo

#b988ce Color Hex

#B988CE
(185,136,206)
0 Favorites   0 Comments

Color spaces of #b988ce

RGB 185136206
HSL0.780.420.67
HSV282°34°81°
CMYK 0.100.340.00   0.19
XYZ39.952332.378862.5365
Yxy32.37880.29620.2401
Hunter Lab56.902425.7493-25.3289
CIE-Lab63.654731.2060-28.9115

#b988ce color RGB value is (185,136,206).

#b988ce hex color red value is 185, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b988ce hue: 0.78 , saturation: 0.42 and the lightness value of b988ce is 0.67.

The process color (four color CMYK) of #b988ce color hex is 0.10, 0.34, 0.00, 0.19. Web safe color of #b988ce is #cc99cc. Color #b988ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001000 11001110
Octal 271 210 316
Decimal 185 136 206
Hex B9 88 CE

RGB Percentages of Color #b988ce

%35.10
%25.81
%39.09

CMYK Percentages of Color #b988ce

%10
%34
%0
%19

Triadic Colors of #b988ce

#b988ce #ceb988 #88ceb9

Analogous Colors of #b988ce

#b988ce #ce88c0 #9688ce

Monochromatic Colors of #b988ce

#b988ce

Complementary Color

#b988ce #9dce88

#b988ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b988ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b988ce Color CSS Codes

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

#b988ce Text Font Color

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

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


#b988ce Background Color

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

This div background color is #b988ce


#b988ce Border Color

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

This div border color is #b988ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,136,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b988ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b988ce;
  -webkit-box-shadow: 1px 1px 3px 2px #b988ce;
  box-shadow:         1px 1px 3px 2px #b988ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,136,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b988ce


Comments

No comments written yet.

Please login to write comment.