Color Hex Logo

#b459bf Color Hex

#B459BF
(180,89,191)
0 Favorites   0 Comments

Color spaces of #b459bf

RGB 18089191
HSL0.820.440.55
HSV294°53°75°
CMYK 0.060.530.00   0.25
XYZ31.798720.609651.5923
Yxy20.60960.30580.1982
Hunter Lab45.397845.5834-35.6016
CIE-Lab52.519651.7617-37.7840

#b459bf color RGB value is (180,89,191).

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

The process color (four color CMYK) of #b459bf color hex is 0.06, 0.53, 0.00, 0.25. Web safe color of #b459bf is #cc66cc. Color #b459bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011001 10111111
Octal 264 131 277
Decimal 180 89 191
Hex B4 59 BF

RGB Percentages of Color #b459bf

%39.13
%19.35
%41.52

CMYK Percentages of Color #b459bf

%6
%53
%0
%25

Triadic Colors of #b459bf

#b459bf #bfb459 #59bfb4

Analogous Colors of #b459bf

#b459bf #bf5997 #8159bf

Monochromatic Colors of #b459bf

#b459bf

Complementary Color

#b459bf #64bf59

#b459bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b459bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b459bf Color CSS Codes

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

#b459bf Text Font Color

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

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


#b459bf Background Color

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

This div background color is #b459bf


#b459bf Border Color

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

This div border color is #b459bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b459bf


Comments

No comments written yet.

Please login to write comment.