Color Hex Logo

#b458bf Color Hex

#B458BF
(180,88,191)
0 Favorites   0 Comments

Color spaces of #b458bf

RGB 18088191
HSL0.820.450.55
HSV294°54°75°
CMYK 0.060.540.00   0.25
XYZ31.716120.444351.5647
Yxy20.44430.30580.1971
Hunter Lab45.215446.0810-35.9650
CIE-Lab52.335952.2526-38.0728

#b458bf color RGB value is (180,88,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011000 10111111
Octal 264 130 277
Decimal 180 88 191
Hex B4 58 BF

RGB Percentages of Color #b458bf

%39.22
%19.17
%41.61

CMYK Percentages of Color #b458bf

%6
%54
%0
%25

Triadic Colors of #b458bf

#b458bf #bfb458 #58bfb4

Analogous Colors of #b458bf

#b458bf #bf5897 #8158bf

Monochromatic Colors of #b458bf

#b458bf

Complementary Color

#b458bf #63bf58

#b458bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b458bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b458bf Color CSS Codes

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

#b458bf Text Font Color

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

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


#b458bf Background Color

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

This div background color is #b458bf


#b458bf Border Color

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

This div border color is #b458bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b458bf


Comments

No comments written yet.

Please login to write comment.