Color Hex Logo

#b369ef Color Hex

#B369EF
(179,105,239)
0 Favorites   0 Comments

Color spaces of #b369ef

RGB 179105239
HSL0.760.810.67
HSV273°56°94°
CMYK 0.250.560.00   0.06
XYZ39.222025.918984.5970
Yxy25.91890.26190.1731
Hunter Lab50.910648.4245-62.8834
CIE-Lab57.960053.4561-56.3460

#b369ef color RGB value is (179,105,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101001 11101111
Octal 263 151 357
Decimal 179 105 239
Hex B3 69 EF

RGB Percentages of Color #b369ef

%34.23
%20.08
%45.70

CMYK Percentages of Color #b369ef

%25
%56
%0
%6

Triadic Colors of #b369ef

#b369ef #efb369 #69efb3

Analogous Colors of #b369ef

#b369ef #ef69e8 #7069ef

Monochromatic Colors of #b369ef

#b369ef

Complementary Color

#b369ef #a5ef69

#b369ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b369ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b369ef Color CSS Codes

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

#b369ef Text Font Color

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

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


#b369ef Background Color

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

This div background color is #b369ef


#b369ef Border Color

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

This div border color is #b369ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b369ef


Comments

No comments written yet.

Please login to write comment.