Color Hex Logo

#b45ddf Color Hex

#B45DDF
(180,93,223)
0 Favorites   0 Comments

Color spaces of #b45ddf

RGB 18093223
HSL0.780.670.62
HSV280°58°87°
CMYK 0.190.580.00   0.13
XYZ36.056022.859772.3240
Yxy22.85970.27470.1742
Hunter Lab47.811850.9403-56.2185
CIE-Lab54.927556.2288-52.2146

#b45ddf color RGB value is (180,93,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011101 11011111
Octal 264 135 337
Decimal 180 93 223
Hex B4 5D DF

RGB Percentages of Color #b45ddf

%36.29
%18.75
%44.96

CMYK Percentages of Color #b45ddf

%19
%58
%0
%13

Triadic Colors of #b45ddf

#b45ddf #dfb45d #5ddfb4

Analogous Colors of #b45ddf

#b45ddf #df5dc9 #735ddf

Monochromatic Colors of #b45ddf

#b45ddf

Complementary Color

#b45ddf #88df5d

#b45ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45ddf Color CSS Codes

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

#b45ddf Text Font Color

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

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


#b45ddf Background Color

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

This div background color is #b45ddf


#b45ddf Border Color

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

This div border color is #b45ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45ddf


Comments

No comments written yet.

Please login to write comment.