Color Hex Logo

#b45fdf Color Hex

#B45FDF
(180,95,223)
0 Favorites   0 Comments

Color spaces of #b45fdf

RGB 18095223
HSL0.780.670.62
HSV280°57°87°
CMYK 0.190.570.00   0.13
XYZ36.233923.215472.3833
Yxy23.21540.27480.1761
Hunter Lab48.182449.9157-55.3424
CIE-Lab55.293555.2456-51.6313

#b45fdf color RGB value is (180,95,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011111 11011111
Octal 264 137 337
Decimal 180 95 223
Hex B4 5F DF

RGB Percentages of Color #b45fdf

%36.14
%19.08
%44.78

CMYK Percentages of Color #b45fdf

%19
%57
%0
%13

Triadic Colors of #b45fdf

#b45fdf #dfb45f #5fdfb4

Analogous Colors of #b45fdf

#b45fdf #df5fca #745fdf

Monochromatic Colors of #b45fdf

#b45fdf

Complementary Color

#b45fdf #8adf5f

#b45fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45fdf Color CSS Codes

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

#b45fdf Text Font Color

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

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


#b45fdf Background Color

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

This div background color is #b45fdf


#b45fdf Border Color

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

This div border color is #b45fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45fdf


Comments

No comments written yet.

Please login to write comment.