Color Hex Logo

#b269fa Color Hex

#B269FA
(178,105,250)
0 Favorites   0 Comments

Color spaces of #b269fa

RGB 178105250
HSL0.750.940.70
HSV270°58°98°
CMYK 0.290.580.00   0.02
XYZ40.667026.470393.4084
Yxy26.47030.25330.1649
Hunter Lab51.449351.0553-71.6290
CIE-Lab58.480855.7277-61.6220

#b269fa color RGB value is (178,105,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101001 11111010
Octal 262 151 372
Decimal 178 105 250
Hex B2 69 FA

RGB Percentages of Color #b269fa

%33.40
%19.70
%46.90

CMYK Percentages of Color #b269fa

%29
%58
%0
%2

Triadic Colors of #b269fa

#b269fa #fab269 #69fab2

Analogous Colors of #b269fa

#b269fa #fa69fa #6a69fa

Monochromatic Colors of #b269fa

#b269fa

Complementary Color

#b269fa #b1fa69

#b269fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b269fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b269fa Color CSS Codes

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

#b269fa Text Font Color

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

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


#b269fa Background Color

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

This div background color is #b269fa


#b269fa Border Color

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

This div border color is #b269fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b269fa


Comments

No comments written yet.

Please login to write comment.