Color Hex Logo

#b456cc Color Hex

#B456CC
(180,86,204)
0 Favorites   0 Comments

Color spaces of #b456cc

RGB 18086204
HSL0.800.540.57
HSV288°58°80°
CMYK 0.120.580.00   0.20
XYZ33.049320.718559.3839
Yxy20.71850.29210.1831
Hunter Lab45.517649.9491-45.4896
CIE-Lab52.640055.7344-45.0605

#b456cc color RGB value is (180,86,204).

#b456cc hex color red value is 180, green value is 86 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b456cc hue: 0.80 , saturation: 0.54 and the lightness value of b456cc is 0.57.

The process color (four color CMYK) of #b456cc color hex is 0.12, 0.58, 0.00, 0.20. Web safe color of #b456cc is #cc66cc. Color #b456cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 11001100
Octal 264 126 314
Decimal 180 86 204
Hex B4 56 CC

RGB Percentages of Color #b456cc

%38.30
%18.30
%43.40

CMYK Percentages of Color #b456cc

%12
%58
%0
%20

Triadic Colors of #b456cc

#b456cc #ccb456 #56ccb4

Analogous Colors of #b456cc

#b456cc #cc56a9 #7956cc

Monochromatic Colors of #b456cc

#b456cc

Complementary Color

#b456cc #6ecc56

#b456cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b456cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b456cc Color CSS Codes

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

#b456cc Text Font Color

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

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


#b456cc Background Color

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

This div background color is #b456cc


#b456cc Border Color

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

This div border color is #b456cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b456cc


Comments

No comments written yet.

Please login to write comment.