Color Hex Logo

#b498dd Color Hex

#B498DD
(180,152,221)
0 Favorites   0 Comments

Color spaces of #b498dd

RGB 180152221
HSL0.730.500.73
HSV264°31°87°
CMYK 0.190.310.00   0.13
XYZ43.101837.380273.3500
Yxy37.38020.28020.2430
Hunter Lab61.139318.8444-28.3338
CIE-Lab67.561323.9615-31.2536

#b498dd color RGB value is (180,152,221).

#b498dd hex color red value is 180, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b498dd hue: 0.73 , saturation: 0.50 and the lightness value of b498dd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 11011101
Octal 264 230 335
Decimal 180 152 221
Hex B4 98 DD

RGB Percentages of Color #b498dd

%32.55
%27.49
%39.96

CMYK Percentages of Color #b498dd

%19
%31
%0
%13

Triadic Colors of #b498dd

#b498dd #ddb498 #98ddb4

Analogous Colors of #b498dd

#b498dd #d798dd #989fdd

Monochromatic Colors of #b498dd

#b498dd

Complementary Color

#b498dd #c1dd98

#b498dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b498dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b498dd Color CSS Codes

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

#b498dd Text Font Color

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

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


#b498dd Background Color

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

This div background color is #b498dd


#b498dd Border Color

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

This div border color is #b498dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b498dd


Comments

No comments written yet.

Please login to write comment.