Color Hex Logo

#b499ff Color Hex

#B499FF
(180,153,255)
0 Favorites   0 Comments

Color spaces of #b499ff

RGB 180153255
HSL0.711.000.80
HSV256°40°100°
CMYK 0.290.400.00   0.00
XYZ48.263639.705899.7280
Yxy39.70580.25710.2115
Hunter Lab63.012526.4477-49.7277
CIE-Lab69.259531.4020-47.2306

#b499ff color RGB value is (180,153,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 11111111
Octal 264 231 377
Decimal 180 153 255
Hex B4 99 FF

RGB Percentages of Color #b499ff

%30.61
%26.02
%43.37

CMYK Percentages of Color #b499ff

%29
%40
%0
%0

Triadic Colors of #b499ff

#b499ff #ffb499 #99ffb4

Analogous Colors of #b499ff

#b499ff #e799ff #99b1ff

Monochromatic Colors of #b499ff

#b499ff

Complementary Color

#b499ff #e4ff99

#b499ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499ff Color CSS Codes

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

#b499ff Text Font Color

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

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


#b499ff Background Color

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

This div background color is #b499ff


#b499ff Border Color

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

This div border color is #b499ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499ff

Related Colors


Comments

No comments written yet.

Please login to write comment.