Color Hex Logo

#b499fd Color Hex

#B499FD
(180,153,253)
0 Favorites   0 Comments

Color spaces of #b499fd

RGB 180153253
HSL0.710.960.80
HSV256°40°99°
CMYK 0.290.400.00   0.01
XYZ47.943239.577698.0409
Yxy39.57760.25840.2133
Hunter Lab62.910725.9380-48.3608
CIE-Lab69.167630.9133-46.2875

#b499fd color RGB value is (180,153,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 11111101
Octal 264 231 375
Decimal 180 153 253
Hex B4 99 FD

RGB Percentages of Color #b499fd

%30.72
%26.11
%43.17

CMYK Percentages of Color #b499fd

%29
%40
%0
%1

Triadic Colors of #b499fd

#b499fd #fdb499 #99fdb4

Analogous Colors of #b499fd

#b499fd #e699fd #99b0fd

Monochromatic Colors of #b499fd

#b499fd

Complementary Color

#b499fd #e2fd99

#b499fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499fd Color CSS Codes

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

#b499fd Text Font Color

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

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


#b499fd Background Color

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

This div background color is #b499fd


#b499fd Border Color

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

This div border color is #b499fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499fd

Related Colors


Comments

No comments written yet.

Please login to write comment.