Color Hex Logo

#b478de Color Hex

#B478DE
(180,120,222)
0 Favorites   0 Comments

Color spaces of #b478de

RGB 180120222
HSL0.760.610.67
HSV275°46°87°
CMYK 0.190.460.00   0.13
XYZ38.723728.410272.5500
Yxy28.41020.27720.2034
Hunter Lab53.301236.4043-43.3907
CIE-Lab60.257541.9698-43.2066

#b478de color RGB value is (180,120,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 11011110
Octal 264 170 336
Decimal 180 120 222
Hex B4 78 DE

RGB Percentages of Color #b478de

%34.48
%22.99
%42.53

CMYK Percentages of Color #b478de

%19
%46
%0
%13

Triadic Colors of #b478de

#b478de #deb478 #78deb4

Analogous Colors of #b478de

#b478de #de78d5 #8178de

Monochromatic Colors of #b478de

#b478de

Complementary Color

#b478de #a2de78

#b478de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b478de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b478de Color CSS Codes

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

#b478de Text Font Color

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

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


#b478de Background Color

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

This div background color is #b478de


#b478de Border Color

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

This div border color is #b478de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b478de


Comments

No comments written yet.

Please login to write comment.