Color Hex Logo

#b378ea Color Hex

#B378EA
(179,120,234)
0 Favorites   0 Comments

Color spaces of #b378ea

RGB 179120234
HSL0.750.730.69
HSV271°49°92°
CMYK 0.240.490.00   0.08
XYZ40.158228.957281.3146
Yxy28.95720.26700.1925
Hunter Lab53.811939.0384-51.9242
CIE-Lab60.743844.3953-49.1369

#b378ea color RGB value is (179,120,234).

#b378ea hex color red value is 179, green value is 120 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b378ea hue: 0.75 , saturation: 0.73 and the lightness value of b378ea is 0.69.

The process color (four color CMYK) of #b378ea color hex is 0.24, 0.49, 0.00, 0.08. Web safe color of #b378ea is #cc66ff. Color #b378ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 11101010
Octal 263 170 352
Decimal 179 120 234
Hex B3 78 EA

RGB Percentages of Color #b378ea

%33.58
%22.51
%43.90

CMYK Percentages of Color #b378ea

%24
%49
%0
%8

Triadic Colors of #b378ea

#b378ea #eab378 #78eab3

Analogous Colors of #b378ea

#b378ea #ea78e8 #7a78ea

Monochromatic Colors of #b378ea

#b378ea

Complementary Color

#b378ea #afea78

#b378ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b378ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b378ea Color CSS Codes

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

#b378ea Text Font Color

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

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


#b378ea Background Color

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

This div background color is #b378ea


#b378ea Border Color

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

This div border color is #b378ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b378ea


Comments

No comments written yet.

Please login to write comment.