Color Hex Logo

#b460bc Color Hex

#B460BC
(180,96,188)
0 Favorites   0 Comments

Color spaces of #b460bc

RGB 18096188
HSL0.820.410.56
HSV295°49°74°
CMYK 0.040.490.00   0.26
XYZ32.082421.699950.0745
Yxy21.69990.30890.2089
Hunter Lab46.583241.4147-31.1255
CIE-Lab53.707147.6720-34.1921

#b460bc color RGB value is (180,96,188).

#b460bc hex color red value is 180, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b460bc hue: 0.82 , saturation: 0.41 and the lightness value of b460bc is 0.56.

The process color (four color CMYK) of #b460bc color hex is 0.04, 0.49, 0.00, 0.26. Web safe color of #b460bc is #cc66cc. Color #b460bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 10111100
Octal 264 140 274
Decimal 180 96 188
Hex B4 60 BC

RGB Percentages of Color #b460bc

%38.79
%20.69
%40.52

CMYK Percentages of Color #b460bc

%4
%49
%0
%26

Triadic Colors of #b460bc

#b460bc #bcb460 #60bcb4

Analogous Colors of #b460bc

#b460bc #bc6096 #8660bc

Monochromatic Colors of #b460bc

#b460bc

Complementary Color

#b460bc #68bc60

#b460bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b460bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b460bc Color CSS Codes

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

#b460bc Text Font Color

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

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


#b460bc Background Color

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

This div background color is #b460bc


#b460bc Border Color

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

This div border color is #b460bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b460bc


Comments

No comments written yet.

Please login to write comment.