Color Hex Logo

#b459ce Color Hex

#B459CE
(180,89,206)
0 Favorites   0 Comments

Color spaces of #b459ce

RGB 18089206
HSL0.800.540.58
HSV287°57°81°
CMYK 0.130.570.00   0.19
XYZ33.535321.304360.7371
Yxy21.30430.29020.1843
Hunter Lab46.156648.9161-45.7097
CIE-Lab53.280954.6869-45.1873

#b459ce color RGB value is (180,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011001 11001110
Octal 264 131 316
Decimal 180 89 206
Hex B4 59 CE

RGB Percentages of Color #b459ce

%37.89
%18.74
%43.37

CMYK Percentages of Color #b459ce

%13
%57
%0
%19

Triadic Colors of #b459ce

#b459ce #ceb459 #59ceb4

Analogous Colors of #b459ce

#b459ce #ce59ae #7a59ce

Monochromatic Colors of #b459ce

#b459ce

Complementary Color

#b459ce #73ce59

#b459ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b459ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b459ce Color CSS Codes

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

#b459ce Text Font Color

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

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


#b459ce Background Color

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

This div background color is #b459ce


#b459ce Border Color

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

This div border color is #b459ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b459ce


Comments

No comments written yet.

Please login to write comment.