Color Hex Logo

#b296fd Color Hex

#B296FD
(178,150,253)
0 Favorites   0 Comments

Color spaces of #b296fd

RGB 178150253
HSL0.710.960.79
HSV256°41°99°
CMYK 0.300.410.00   0.01
XYZ46.996138.369597.8576
Yxy38.36950.25650.2094
Hunter Lab61.943127.0271-50.3060
CIE-Lab68.292132.0489-47.6766

#b296fd color RGB value is (178,150,253).

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

The process color (four color CMYK) of #b296fd color hex is 0.30, 0.41, 0.00, 0.01. Web safe color of #b296fd is #9999ff. Color #b296fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 11111101
Octal 262 226 375
Decimal 178 150 253
Hex B2 96 FD

RGB Percentages of Color #b296fd

%30.64
%25.82
%43.55

CMYK Percentages of Color #b296fd

%30
%41
%0
%1

Triadic Colors of #b296fd

#b296fd #fdb296 #96fdb2

Analogous Colors of #b296fd

#b296fd #e696fd #96aefd

Monochromatic Colors of #b296fd

#b296fd

Complementary Color

#b296fd #e1fd96

#b296fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b296fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b296fd Color CSS Codes

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

#b296fd Text Font Color

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

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


#b296fd Background Color

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

This div background color is #b296fd


#b296fd Border Color

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

This div border color is #b296fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b296fd


Comments

No comments written yet.

Please login to write comment.