Color Hex Logo

#b369ee Color Hex

#B369EE
(179,105,238)
0 Favorites   0 Comments

Color spaces of #b369ee

RGB 179105238
HSL0.760.800.67
HSV273°56°93°
CMYK 0.250.560.00   0.07
XYZ39.074625.859983.8209
Yxy25.85990.26270.1738
Hunter Lab50.852648.1653-62.1315
CIE-Lab57.903853.2313-55.8789

#b369ee color RGB value is (179,105,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01101001 11101110
Octal 263 151 356
Decimal 179 105 238
Hex B3 69 EE

RGB Percentages of Color #b369ee

%34.29
%20.11
%45.59

CMYK Percentages of Color #b369ee

%25
%56
%0
%7

Triadic Colors of #b369ee

#b369ee #eeb369 #69eeb3

Analogous Colors of #b369ee

#b369ee #ee69e7 #7169ee

Monochromatic Colors of #b369ee

#b369ee

Complementary Color

#b369ee #a4ee69

#b369ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b369ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b369ee Color CSS Codes

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

#b369ee Text Font Color

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

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


#b369ee Background Color

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

This div background color is #b369ee


#b369ee Border Color

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

This div border color is #b369ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b369ee


Comments

No comments written yet.

Please login to write comment.