Color Hex Logo

#b456ce Color Hex

#B456CE
(180,86,206)
0 Favorites   0 Comments

Color spaces of #b456ce

RGB 18086206
HSL0.800.550.57
HSV287°58°81°
CMYK 0.130.580.00   0.19
XYZ33.290820.815160.6556
Yxy20.81510.29010.1814
Hunter Lab45.623650.4074-46.8883
CIE-Lab52.746556.1296-46.0350

#b456ce color RGB value is (180,86,206).

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

The process color (four color CMYK) of #b456ce color hex is 0.13, 0.58, 0.00, 0.19. Web safe color of #b456ce is #cc66cc. Color #b456ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010110 11001110
Octal 264 126 316
Decimal 180 86 206
Hex B4 56 CE

RGB Percentages of Color #b456ce

%38.14
%18.22
%43.64

CMYK Percentages of Color #b456ce

%13
%58
%0
%19

Triadic Colors of #b456ce

#b456ce #ceb456 #56ceb4

Analogous Colors of #b456ce

#b456ce #ce56ac #7856ce

Monochromatic Colors of #b456ce

#b456ce

Complementary Color

#b456ce #70ce56

#b456ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b456ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b456ce Color CSS Codes

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

#b456ce Text Font Color

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

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


#b456ce Background Color

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

This div background color is #b456ce


#b456ce Border Color

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

This div border color is #b456ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b456ce


Comments

No comments written yet.

Please login to write comment.