Color Hex Logo

#b498ff Color Hex

#B498FF
(180,152,255)
0 Favorites   0 Comments

Color spaces of #b498ff

RGB 180152255
HSL0.711.000.80
HSV256°40°100°
CMYK 0.290.400.00   0.00
XYZ48.100639.379899.6736
Yxy39.37980.25700.2104
Hunter Lab62.753327.0024-50.2453
CIE-Lab69.025531.9610-47.5987

#b498ff color RGB value is (180,152,255).

#b498ff hex color red value is 180, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b498ff hue: 0.71 , saturation: 1.00 and the lightness value of b498ff is 0.80.

The process color (four color CMYK) of #b498ff color hex is 0.29, 0.40, 0.00, 0.00. Web safe color of #b498ff is #cc99ff. Color #b498ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 11111111
Octal 264 230 377
Decimal 180 152 255
Hex B4 98 FF

RGB Percentages of Color #b498ff

%30.66
%25.89
%43.44

CMYK Percentages of Color #b498ff

%29
%40
%0
%0

Triadic Colors of #b498ff

#b498ff #ffb498 #98ffb4

Analogous Colors of #b498ff

#b498ff #e898ff #98b0ff

Monochromatic Colors of #b498ff

#b498ff

Complementary Color

#b498ff #e3ff98

#b498ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b498ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b498ff Color CSS Codes

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

#b498ff Text Font Color

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

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


#b498ff Background Color

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

This div background color is #b498ff


#b498ff Border Color

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

This div border color is #b498ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b498ff


Comments

No comments written yet.

Please login to write comment.