Color Hex Logo

#b46dfc Color Hex

#B46DFC
(180,109,252)
0 Favorites   0 Comments

Color spaces of #b46dfc

RGB 180109252
HSL0.750.960.71
HSV270°57°99°
CMYK 0.290.570.00   0.01
XYZ41.861727.668995.2297
Yxy27.66890.25410.1679
Hunter Lab52.601250.0037-70.5182
CIE-Lab59.588454.6074-60.9395

#b46dfc color RGB value is (180,109,252).

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

The process color (four color CMYK) of #b46dfc color hex is 0.29, 0.57, 0.00, 0.01. Web safe color of #b46dfc is #cc66ff. Color #b46dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101101 11111100
Octal 264 155 374
Decimal 180 109 252
Hex B4 6D FC

RGB Percentages of Color #b46dfc

%33.27
%20.15
%46.58

CMYK Percentages of Color #b46dfc

%29
%57
%0
%1

Triadic Colors of #b46dfc

#b46dfc #fcb46d #6dfcb4

Analogous Colors of #b46dfc

#b46dfc #fc6dfc #6d6efc

Monochromatic Colors of #b46dfc

#b46dfc

Complementary Color

#b46dfc #b5fc6d

#b46dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46dfc Color CSS Codes

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

#b46dfc Text Font Color

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

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


#b46dfc Background Color

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

This div background color is #b46dfc


#b46dfc Border Color

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

This div border color is #b46dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46dfc


Comments

No comments written yet.

Please login to write comment.