Color Hex Logo

#b377ef Color Hex

#B377EF
(179,119,239)
0 Favorites   0 Comments

Color spaces of #b377ef

RGB 179119239
HSL0.750.790.70
HSV270°50°94°
CMYK 0.250.500.00   0.06
XYZ40.767229.009485.1121
Yxy29.00940.26320.1873
Hunter Lab53.860440.8519-55.9899
CIE-Lab60.789946.0837-51.8393

#b377ef color RGB value is (179,119,239).

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

The process color (four color CMYK) of #b377ef color hex is 0.25, 0.50, 0.00, 0.06. Web safe color of #b377ef is #cc66ff. Color #b377ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 11101111
Octal 263 167 357
Decimal 179 119 239
Hex B3 77 EF

RGB Percentages of Color #b377ef

%33.33
%22.16
%44.51

CMYK Percentages of Color #b377ef

%25
%50
%0
%6

Triadic Colors of #b377ef

#b377ef #efb377 #77efb3

Analogous Colors of #b377ef

#b377ef #ef77ef #7777ef

Monochromatic Colors of #b377ef

#b377ef

Complementary Color

#b377ef #b3ef77

#b377ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377ef Color CSS Codes

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

#b377ef Text Font Color

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

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


#b377ef Background Color

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

This div background color is #b377ef


#b377ef Border Color

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

This div border color is #b377ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377ef


Comments

No comments written yet.

Please login to write comment.