Color Hex Logo

#b478c7 Color Hex

#B478C7
(180,120,199)
0 Favorites   0 Comments

Color spaces of #b478c7

RGB 180120199
HSL0.790.410.63
HSV286°40°78°
CMYK 0.100.400.00   0.22
XYZ35.847727.259857.4051
Yxy27.25980.29750.2262
Hunter Lab52.210931.1879-28.6408
CIE-Lab59.214037.0542-31.8904

#b478c7 color RGB value is (180,120,199).

#b478c7 hex color red value is 180, green value is 120 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #b478c7 hue: 0.79 , saturation: 0.41 and the lightness value of b478c7 is 0.63.

The process color (four color CMYK) of #b478c7 color hex is 0.10, 0.40, 0.00, 0.22. Web safe color of #b478c7 is #cc66cc. Color #b478c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 11000111
Octal 264 170 307
Decimal 180 120 199
Hex B4 78 C7

RGB Percentages of Color #b478c7

%36.07
%24.05
%39.88

CMYK Percentages of Color #b478c7

%10
%40
%0
%22

Triadic Colors of #b478c7

#b478c7 #c7b478 #78c7b4

Analogous Colors of #b478c7

#b478c7 #c778b3 #8d78c7

Monochromatic Colors of #b478c7

#b478c7

Complementary Color

#b478c7 #8bc778

#b478c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b478c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b478c7 Color CSS Codes

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

#b478c7 Text Font Color

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

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


#b478c7 Background Color

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

This div background color is #b478c7


#b478c7 Border Color

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

This div border color is #b478c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b478c7


Comments

No comments written yet.

Please login to write comment.