Color Hex Logo

#b069fc Color Hex

#B069FC
(176,105,252)
0 Favorites   0 Comments

Color spaces of #b069fc

RGB 176105252
HSL0.750.960.70
HSV269°58°99°
CMYK 0.300.580.00   0.01
XYZ40.526826.361595.0477
Yxy26.36150.25030.1628
Hunter Lab51.343551.0439-73.8180
CIE-Lab58.378655.7347-62.9035

#b069fc color RGB value is (176,105,252).

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

The process color (four color CMYK) of #b069fc color hex is 0.30, 0.58, 0.00, 0.01. Web safe color of #b069fc is #9966ff. Color #b069fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101001 11111100
Octal 260 151 374
Decimal 176 105 252
Hex B0 69 FC

RGB Percentages of Color #b069fc

%33.02
%19.70
%47.28

CMYK Percentages of Color #b069fc

%30
%58
%0
%1

Triadic Colors of #b069fc

#b069fc #fcb069 #69fcb0

Analogous Colors of #b069fc

#b069fc #fa69fc #696cfc

Monochromatic Colors of #b069fc

#b069fc

Complementary Color

#b069fc #b5fc69

#b069fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b069fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b069fc Color CSS Codes

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

#b069fc Text Font Color

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

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


#b069fc Background Color

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

This div background color is #b069fc


#b069fc Border Color

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

This div border color is #b069fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b069fc

Related Colors


Comments

No comments written yet.

Please login to write comment.