Color Hex Logo

#b475df Color Hex

#B475DF
(180,117,223)
0 Favorites   0 Comments

Color spaces of #b475df

RGB 180117223
HSL0.770.620.67
HSV276°48°87°
CMYK 0.190.480.00   0.13
XYZ38.503027.753673.1397
Yxy27.75360.27620.1991
Hunter Lab52.681738.2658-45.4371
CIE-Lab59.665543.8162-44.6994

#b475df color RGB value is (180,117,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 11011111
Octal 264 165 337
Decimal 180 117 223
Hex B4 75 DF

RGB Percentages of Color #b475df

%34.62
%22.50
%42.88

CMYK Percentages of Color #b475df

%19
%48
%0
%13

Triadic Colors of #b475df

#b475df #dfb475 #75dfb4

Analogous Colors of #b475df

#b475df #df75d5 #7f75df

Monochromatic Colors of #b475df

#b475df

Complementary Color

#b475df #a0df75

#b475df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b475df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b475df Color CSS Codes

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

#b475df Text Font Color

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

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


#b475df Background Color

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

This div background color is #b475df


#b475df Border Color

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

This div border color is #b475df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b475df


Comments

No comments written yet.

Please login to write comment.