Color Hex Logo

#b69cfc Color Hex

#B69CFC
(182,156,252)
0 Favorites   0 Comments

Color spaces of #b69cfc

RGB 182156252
HSL0.710.940.80
HSV256°38°99°
CMYK 0.280.380.00   0.01
XYZ48.750640.750397.3916
Yxy40.75030.26080.2180
Hunter Lab63.836024.6049-45.7709
CIE-Lab70.000629.5446-44.4240

#b69cfc color RGB value is (182,156,252).

#b69cfc hex color red value is 182, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b69cfc hue: 0.71 , saturation: 0.94 and the lightness value of b69cfc is 0.80.

The process color (four color CMYK) of #b69cfc color hex is 0.28, 0.38, 0.00, 0.01. Web safe color of #b69cfc is #cc99ff. Color #b69cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011100 11111100
Octal 266 234 374
Decimal 182 156 252
Hex B6 9C FC

RGB Percentages of Color #b69cfc

%30.85
%26.44
%42.71

CMYK Percentages of Color #b69cfc

%28
%38
%0
%1

Triadic Colors of #b69cfc

#b69cfc #fcb69c #9cfcb6

Analogous Colors of #b69cfc

#b69cfc #e69cfc #9cb2fc

Monochromatic Colors of #b69cfc

#b69cfc

Complementary Color

#b69cfc #e2fc9c

#b69cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69cfc Color CSS Codes

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

#b69cfc Text Font Color

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

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


#b69cfc Background Color

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

This div background color is #b69cfc


#b69cfc Border Color

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

This div border color is #b69cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69cfc


Comments

No comments written yet.

Please login to write comment.