Color Hex Logo

#b069fe Color Hex

#B069FE
(176,105,254)
0 Favorites   0 Comments

Color spaces of #b069fe

RGB 176105254
HSL0.750.990.70
HSV269°59°100°
CMYK 0.310.590.00   0.00
XYZ40.845526.489096.7260
Yxy26.48900.24900.1615
Hunter Lab51.467551.5927-75.4001
CIE-Lab58.498356.2026-63.8155

#b069fe color RGB value is (176,105,254).

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

The process color (four color CMYK) of #b069fe color hex is 0.31, 0.59, 0.00, 0.00. Web safe color of #b069fe is #9966ff. Color #b069fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101001 11111110
Octal 260 151 376
Decimal 176 105 254
Hex B0 69 FE

RGB Percentages of Color #b069fe

%32.90
%19.63
%47.48

CMYK Percentages of Color #b069fe

%31
%59
%0
%0

Triadic Colors of #b069fe

#b069fe #feb069 #69feb0

Analogous Colors of #b069fe

#b069fe #fb69fe #696dfe

Monochromatic Colors of #b069fe

#b069fe

Complementary Color

#b069fe #b7fe69

#b069fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b069fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b069fe Color CSS Codes

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

#b069fe Text Font Color

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

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


#b069fe Background Color

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

This div background color is #b069fe


#b069fe Border Color

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

This div border color is #b069fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,105,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b069fe

Related Colors


Comments

No comments written yet.

Please login to write comment.