Color Hex Logo

#b369ed Color Hex

#B369ED
(179,105,237)
0 Favorites   0 Comments

Color spaces of #b369ed

RGB 179105237
HSL0.760.790.67
HSV274°56°93°
CMYK 0.240.560.00   0.07
XYZ38.928025.801383.0492
Yxy25.80130.26340.1746
Hunter Lab50.795047.9067-61.3820
CIE-Lab57.848053.0066-55.4109

#b369ed color RGB value is (179,105,237).

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

The process color (four color CMYK) of #b369ed color hex is 0.24, 0.56, 0.00, 0.07. Web safe color of #b369ed is #cc66ff. Color #b369ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101001 11101101
Octal 263 151 355
Decimal 179 105 237
Hex B3 69 ED

RGB Percentages of Color #b369ed

%34.36
%20.15
%45.49

CMYK Percentages of Color #b369ed

%24
%56
%0
%7

Triadic Colors of #b369ed

#b369ed #edb369 #69edb3

Analogous Colors of #b369ed

#b369ed #ed69e5 #7169ed

Monochromatic Colors of #b369ed

#b369ed

Complementary Color

#b369ed #a3ed69

#b369ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b369ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b369ed Color CSS Codes

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

#b369ed Text Font Color

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

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


#b369ed Background Color

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

This div background color is #b369ed


#b369ed Border Color

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

This div border color is #b369ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b369ed


Comments

No comments written yet.

Please login to write comment.