Color Hex Logo

#b475de Color Hex

#B475DE
(180,117,222)
0 Favorites   0 Comments

Color spaces of #b475de

RGB 180117222
HSL0.770.610.66
HSV276°47°87°
CMYK 0.190.470.00   0.13
XYZ38.368527.699872.4316
Yxy27.69980.27700.2000
Hunter Lab52.630638.0256-44.7550
CIE-Lab59.616643.5958-44.2166

#b475de color RGB value is (180,117,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 11011110
Octal 264 165 336
Decimal 180 117 222
Hex B4 75 DE

RGB Percentages of Color #b475de

%34.68
%22.54
%42.77

CMYK Percentages of Color #b475de

%19
%47
%0
%13

Triadic Colors of #b475de

#b475de #deb475 #75deb4

Analogous Colors of #b475de

#b475de #de75d4 #8075de

Monochromatic Colors of #b475de

#b475de

Complementary Color

#b475de #9fde75

#b475de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b475de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b475de Color CSS Codes

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

#b475de Text Font Color

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

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


#b475de Background Color

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

This div background color is #b475de


#b475de Border Color

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

This div border color is #b475de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b475de


Comments

No comments written yet.

Please login to write comment.