color codes Logo

#b46cdc color codes

#B46CDC
(180,108,220)
0 Favorites   0 Comments

Color spaces of #b46cdc

RGB 180108220
HSL0.770.620.64
HSV279°51°86°
CMYK 0.180.510.00   0.14
XYZ37.103225.595770.6951
Yxy25.59570.27810.1919
Hunter Lab50.592242.3716-47.4345
CIE-Lab57.651347.9593-46.1985

#b46cdc color RGB value is (180,108,220).

#b46cdc hex color red value is 180, green value is 108 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b46cdc hue: 0.77 , saturation: 0.62 and the lightness value of b46cdc is 0.64.

The process color (four color CMYK) of #b46cdc color code is 0.18, 0.51, 0.00, 0.14. Web safe color of #b46cdc is #cc66cc. Color #b46cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101100 11011100
Octal 264 154 334
Decimal 180 108 220
Hex B4 6C DC

RGB Percentages of Color #b46cdc

%35.43
%21.26
%43.31

CMYK Percentages of Color #b46cdc

%18
%51
%0
%14

Triadic Colors of #b46cdc

#b46cdc #dcb46c #6cdcb4

Analogous Colors of #b46cdc

#b46cdc #dc6ccc #7c6cdc

Monochromatic Colors of #b46cdc

#b46cdc

Complementary Color

#b46cdc #94dc6c

#b46cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46cdc Color CSS Codes

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

#b46cdc Text Font Color

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

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


#b46cdc Background Color

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

This div background color is #b46cdc


#b46cdc Border Color

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

This div border color is #b46cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,108,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46cdc


Comments

No comments written yet.

Please login to write comment.