Color Hex Logo

#b268fa Color Hex

#B268FA
(178,104,250)
0 Favorites   0 Comments

Color spaces of #b268fa

RGB 178104250
HSL0.750.940.69
HSV270°58°98°
CMYK 0.290.580.00   0.02
XYZ40.565726.267793.3746
Yxy26.26770.25320.1640
Hunter Lab51.252051.5907-72.1423
CIE-Lab58.290356.2358-61.9276

#b268fa color RGB value is (178,104,250).

#b268fa hex color red value is 178, green value is 104 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b268fa hue: 0.75 , saturation: 0.94 and the lightness value of b268fa is 0.69.

The process color (four color CMYK) of #b268fa color hex is 0.29, 0.58, 0.00, 0.02. Web safe color of #b268fa is #9966ff. Color #b268fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101000 11111010
Octal 262 150 372
Decimal 178 104 250
Hex B2 68 FA

RGB Percentages of Color #b268fa

%33.46
%19.55
%46.99

CMYK Percentages of Color #b268fa

%29
%58
%0
%2

Triadic Colors of #b268fa

#b268fa #fab268 #68fab2

Analogous Colors of #b268fa

#b268fa #fa68f9 #6968fa

Monochromatic Colors of #b268fa

#b268fa

Complementary Color

#b268fa #b0fa68

#b268fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b268fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b268fa Color CSS Codes

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

#b268fa Text Font Color

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

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


#b268fa Background Color

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

This div background color is #b268fa


#b268fa Border Color

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

This div border color is #b268fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,104,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b268fa


Comments

No comments written yet.

Please login to write comment.