Color Hex Logo

#b998de Color Hex

#B998DE
(185,152,222)
0 Favorites   0 Comments

Color spaces of #b998de

RGB 185152222
HSL0.750.510.73
HSV268°32°87°
CMYK 0.170.320.00   0.13
XYZ44.420638.044774.1094
Yxy38.04470.28370.2430
Hunter Lab61.680420.6104-28.0611
CIE-Lab68.053525.7183-31.0079

#b998de color RGB value is (185,152,222).

#b998de hex color red value is 185, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b998de hue: 0.75 , saturation: 0.51 and the lightness value of b998de is 0.73.

The process color (four color CMYK) of #b998de color hex is 0.17, 0.32, 0.00, 0.13. Web safe color of #b998de is #cc99cc. Color #b998de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 11011110
Octal 271 230 336
Decimal 185 152 222
Hex B9 98 DE

RGB Percentages of Color #b998de

%33.09
%27.19
%39.71

CMYK Percentages of Color #b998de

%17
%32
%0
%13

Triadic Colors of #b998de

#b998de #deb998 #98deb9

Analogous Colors of #b998de

#b998de #dc98de #989ade

Monochromatic Colors of #b998de

#b998de

Complementary Color

#b998de #bdde98

#b998de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b998de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b998de Color CSS Codes

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

#b998de Text Font Color

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

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


#b998de Background Color

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

This div background color is #b998de


#b998de Border Color

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

This div border color is #b998de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b998de


Comments

No comments written yet.

Please login to write comment.