Color Hex Logo

#b998ec Color Hex

#B998EC
(185,152,236)
0 Favorites   0 Comments

Color spaces of #b998ec

RGB 185152236
HSL0.730.690.76
HSV264°36°93°
CMYK 0.220.360.00   0.07
XYZ46.376138.826984.4069
Yxy38.82690.27340.2289
Hunter Lab62.311223.8067-36.6965
CIE-Lab68.625728.8645-37.8191

#b998ec color RGB value is (185,152,236).

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

The process color (four color CMYK) of #b998ec color hex is 0.22, 0.36, 0.00, 0.07. Web safe color of #b998ec is #cc99ff. Color #b998ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 11101100
Octal 271 230 354
Decimal 185 152 236
Hex B9 98 EC

RGB Percentages of Color #b998ec

%32.29
%26.53
%41.19

CMYK Percentages of Color #b998ec

%22
%36
%0
%7

Triadic Colors of #b998ec

#b998ec #ecb998 #98ecb9

Analogous Colors of #b998ec

#b998ec #e398ec #98a1ec

Monochromatic Colors of #b998ec

#b998ec

Complementary Color

#b998ec #cbec98

#b998ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b998ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b998ec Color CSS Codes

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

#b998ec Text Font Color

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

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


#b998ec Background Color

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

This div background color is #b998ec


#b998ec Border Color

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

This div border color is #b998ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b998ec


Comments

No comments written yet.

Please login to write comment.