Color Hex Logo

#b378de Color Hex

#B378DE
(179,120,222)
0 Favorites   0 Comments

Color spaces of #b378de

RGB 179120222
HSL0.760.610.67
HSV275°46°87°
CMYK 0.190.460.00   0.13
XYZ38.491728.290672.5391
Yxy28.29060.27630.2031
Hunter Lab53.188936.0961-43.6275
CIE-Lab60.150441.6900-43.3826

#b378de color RGB value is (179,120,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 11011110
Octal 263 170 336
Decimal 179 120 222
Hex B3 78 DE

RGB Percentages of Color #b378de

%34.36
%23.03
%42.61

CMYK Percentages of Color #b378de

%19
%46
%0
%13

Triadic Colors of #b378de

#b378de #deb378 #78deb3

Analogous Colors of #b378de

#b378de #de78d6 #8078de

Monochromatic Colors of #b378de

#b378de

Complementary Color

#b378de #a3de78

#b378de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b378de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b378de Color CSS Codes

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

#b378de Text Font Color

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

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


#b378de Background Color

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

This div background color is #b378de


#b378de Border Color

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

This div border color is #b378de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b378de


Comments

No comments written yet.

Please login to write comment.