Color Hex Logo

#b458df Color Hex

#B458DF
(180,88,223)
0 Favorites   0 Comments

Color spaces of #b458df

RGB 18088223
HSL0.780.680.61
HSV281°61°87°
CMYK 0.190.610.00   0.13
XYZ35.631422.010572.1825
Yxy22.01050.27450.1695
Hunter Lab46.915353.4658-58.3810
CIE-Lab54.038158.6360-53.6342

#b458df color RGB value is (180,88,223).

#b458df hex color red value is 180, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b458df hue: 0.78 , saturation: 0.68 and the lightness value of b458df is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011000 11011111
Octal 264 130 337
Decimal 180 88 223
Hex B4 58 DF

RGB Percentages of Color #b458df

%36.66
%17.92
%45.42

CMYK Percentages of Color #b458df

%19
%61
%0
%13

Triadic Colors of #b458df

#b458df #dfb458 #58dfb4

Analogous Colors of #b458df

#b458df #df58c7 #7158df

Monochromatic Colors of #b458df

#b458df

Complementary Color

#b458df #83df58

#b458df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b458df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b458df Color CSS Codes

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

#b458df Text Font Color

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

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


#b458df Background Color

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

This div background color is #b458df


#b458df Border Color

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

This div border color is #b458df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b458df


Comments

No comments written yet.

Please login to write comment.