Color Hex Logo

#b499de Color Hex

#B499DE
(180,153,222)
0 Favorites   0 Comments

Color spaces of #b499de

RGB 180153222
HSL0.730.510.74
HSV263°31°87°
CMYK 0.190.310.00   0.13
XYZ43.398437.759774.1082
Yxy37.75970.27950.2432
Hunter Lab61.448918.5303-28.4903
CIE-Lab67.843123.6258-31.3697

#b499de color RGB value is (180,153,222).

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

The process color (four color CMYK) of #b499de color hex is 0.19, 0.31, 0.00, 0.13. Web safe color of #b499de is #cc99cc. Color #b499de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 11011110
Octal 264 231 336
Decimal 180 153 222
Hex B4 99 DE

RGB Percentages of Color #b499de

%32.43
%27.57
%40.00

CMYK Percentages of Color #b499de

%19
%31
%0
%13

Triadic Colors of #b499de

#b499de #deb499 #99deb4

Analogous Colors of #b499de

#b499de #d799de #99a1de

Monochromatic Colors of #b499de

#b499de

Complementary Color

#b499de #c3de99

#b499de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499de Color CSS Codes

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

#b499de Text Font Color

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

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


#b499de Background Color

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

This div background color is #b499de


#b499de Border Color

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

This div border color is #b499de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499de


Comments

No comments written yet.

Please login to write comment.