Color Hex Logo

#b368ef Color Hex

#B368EF
(179,104,239)
0 Favorites   0 Comments

Color spaces of #b368ef

RGB 179104239
HSL0.760.810.67
HSV273°56°94°
CMYK 0.250.560.00   0.06
XYZ39.120725.716384.5632
Yxy25.71630.26190.1721
Hunter Lab50.711248.9574-63.3708
CIE-Lab57.766853.9682-56.6547

#b368ef color RGB value is (179,104,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101000 11101111
Octal 263 150 357
Decimal 179 104 239
Hex B3 68 EF

RGB Percentages of Color #b368ef

%34.29
%19.92
%45.79

CMYK Percentages of Color #b368ef

%25
%56
%0
%6

Triadic Colors of #b368ef

#b368ef #efb368 #68efb3

Analogous Colors of #b368ef

#b368ef #ef68e8 #7068ef

Monochromatic Colors of #b368ef

#b368ef

Complementary Color

#b368ef #a4ef68

#b368ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b368ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b368ef Color CSS Codes

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

#b368ef Text Font Color

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

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


#b368ef Background Color

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

This div background color is #b368ef


#b368ef Border Color

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

This div border color is #b368ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b368ef


Comments

No comments written yet.

Please login to write comment.