Color Hex Logo

#b456be Color Hex

#B456BE
(180,86,190)
0 Favorites   0 Comments

Color spaces of #b456be

RGB 18086190
HSL0.820.440.54
HSV294°55°75°
CMYK 0.050.550.00   0.25
XYZ31.444420.076650.9331
Yxy20.07660.30690.1960
Hunter Lab44.806946.8548-36.0315
CIE-Lab51.923753.0360-38.1444

#b456be color RGB value is (180,86,190).

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

The process color (four color CMYK) of #b456be color hex is 0.05, 0.55, 0.00, 0.25. Web safe color of #b456be is #cc66cc. Color #b456be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 10111110
Octal 264 126 276
Decimal 180 86 190
Hex B4 56 BE

RGB Percentages of Color #b456be

%39.47
%18.86
%41.67

CMYK Percentages of Color #b456be

%5
%55
%0
%25

Triadic Colors of #b456be

#b456be #beb456 #56beb4

Analogous Colors of #b456be

#b456be #be5694 #8056be

Monochromatic Colors of #b456be

#b456be

Complementary Color

#b456be #60be56

#b456be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b456be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b456be Color CSS Codes

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

#b456be Text Font Color

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

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


#b456be Background Color

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

This div background color is #b456be


#b456be Border Color

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

This div border color is #b456be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b456be


Comments

No comments written yet.

Please login to write comment.