Color Hex Logo

#b4b2fd Color Hex

#B4B2FD
(180,178,253)
0 Favorites   0 Comments

Color spaces of #b4b2fd

RGB 180178253
HSL0.670.950.85
HSV242°30°99°
CMYK 0.290.300.00   0.01
XYZ52.472448.635999.5506
Yxy48.63590.26150.2424
Hunter Lab69.739412.2605-35.8168
CIE-Lab75.224316.9654-36.8313

#b4b2fd color RGB value is (180,178,253).

#b4b2fd hex color red value is 180, green value is 178 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b4b2fd hue: 0.67 , saturation: 0.95 and the lightness value of b4b2fd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110010 11111101
Octal 264 262 375
Decimal 180 178 253
Hex B4 B2 FD

RGB Percentages of Color #b4b2fd

%29.46
%29.13
%41.41

CMYK Percentages of Color #b4b2fd

%29
%30
%0
%1

Triadic Colors of #b4b2fd

#b4b2fd #fdb4b2 #b2fdb4

Analogous Colors of #b4b2fd

#b4b2fd #dab2fd #b2d6fd

Monochromatic Colors of #b4b2fd

#b4b2fd

Complementary Color

#b4b2fd #fbfdb2

#b4b2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b2fd Color CSS Codes

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

#b4b2fd Text Font Color

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

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


#b4b2fd Background Color

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

This div background color is #b4b2fd


#b4b2fd Border Color

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

This div border color is #b4b2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b2fd


Comments

No comments written yet.

Please login to write comment.