Color Hex Logo

#b459be Color Hex

#B459BE
(180,89,190)
0 Favorites   0 Comments

Color spaces of #b459be

RGB 18089190
HSL0.820.440.55
HSV294°53°75°
CMYK 0.050.530.00   0.25
XYZ31.689020.565851.0146
Yxy20.56580.30690.1991
Hunter Lab45.349545.3692-34.9518
CIE-Lab52.471051.5714-37.2836

#b459be color RGB value is (180,89,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011001 10111110
Octal 264 131 276
Decimal 180 89 190
Hex B4 59 BE

RGB Percentages of Color #b459be

%39.22
%19.39
%41.39

CMYK Percentages of Color #b459be

%5
%53
%0
%25

Triadic Colors of #b459be

#b459be #beb459 #59beb4

Analogous Colors of #b459be

#b459be #be5996 #8259be

Monochromatic Colors of #b459be

#b459be

Complementary Color

#b459be #63be59

#b459be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b459be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b459be Color CSS Codes

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

#b459be Text Font Color

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

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


#b459be Background Color

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

This div background color is #b459be


#b459be Border Color

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

This div border color is #b459be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b459be


Comments

No comments written yet.

Please login to write comment.