Color Hex Logo

#b456dc Color Hex

#B456DC
(180,86,220)
0 Favorites   0 Comments

Color spaces of #b456dc

RGB 18086220
HSL0.780.660.60
HSV282°61°86°
CMYK 0.180.610.00   0.14
XYZ35.068421.526270.0168
Yxy21.52620.27700.1700
Hunter Lab46.396353.7246-56.9972
CIE-Lab53.520658.9577-52.7646

#b456dc color RGB value is (180,86,220).

#b456dc hex color red value is 180, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b456dc hue: 0.78 , saturation: 0.66 and the lightness value of b456dc is 0.60.

The process color (four color CMYK) of #b456dc color hex is 0.18, 0.61, 0.00, 0.14. Web safe color of #b456dc is #cc66cc. Color #b456dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 11011100
Octal 264 126 334
Decimal 180 86 220
Hex B4 56 DC

RGB Percentages of Color #b456dc

%37.04
%17.70
%45.27

CMYK Percentages of Color #b456dc

%18
%61
%0
%14

Triadic Colors of #b456dc

#b456dc #dcb456 #56dcb4

Analogous Colors of #b456dc

#b456dc #dc56c1 #7156dc

Monochromatic Colors of #b456dc

#b456dc

Complementary Color

#b456dc #7edc56

#b456dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b456dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b456dc Color CSS Codes

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

#b456dc Text Font Color

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

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


#b456dc Background Color

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

This div background color is #b456dc


#b456dc Border Color

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

This div border color is #b456dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b456dc


Comments

No comments written yet.

Please login to write comment.