Color Hex Logo

#b379ee Color Hex

#B379EE
(179,121,238)
0 Favorites   0 Comments

Color spaces of #b379ee

RGB 179121238
HSL0.750.770.70
HSV270°49°93°
CMYK 0.250.490.00   0.07
XYZ40.860429.431584.4162
Yxy29.43150.26410.1902
Hunter Lab54.250839.5030-54.2818
CIE-Lab61.160644.7732-50.6967

#b379ee color RGB value is (179,121,238).

#b379ee hex color red value is 179, green value is 121 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b379ee hue: 0.75 , saturation: 0.77 and the lightness value of b379ee is 0.70.

The process color (four color CMYK) of #b379ee color hex is 0.25, 0.49, 0.00, 0.07. Web safe color of #b379ee is #cc66ff. Color #b379ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111001 11101110
Octal 263 171 356
Decimal 179 121 238
Hex B3 79 EE

RGB Percentages of Color #b379ee

%33.27
%22.49
%44.24

CMYK Percentages of Color #b379ee

%25
%49
%0
%7

Triadic Colors of #b379ee

#b379ee #eeb379 #79eeb3

Analogous Colors of #b379ee

#b379ee #ee79ee #797aee

Monochromatic Colors of #b379ee

#b379ee

Complementary Color

#b379ee #b4ee79

#b379ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b379ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b379ee Color CSS Codes

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

#b379ee Text Font Color

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

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


#b379ee Background Color

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

This div background color is #b379ee


#b379ee Border Color

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

This div border color is #b379ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b379ee


Comments

No comments written yet.

Please login to write comment.