Color Hex Logo

#b349ee Color Hex

#B349EE
(179,73,238)
0 Favorites   0 Comments

Color spaces of #b349ee

RGB 17973238
HSL0.770.830.61
HSV279°69°93°
CMYK 0.250.690.00   0.07
XYZ36.405620.521882.9312
Yxy20.52180.26030.1467
Hunter Lab45.301064.1726-76.8298
CIE-Lab52.422168.1941-64.6793

#b349ee color RGB value is (179,73,238).

#b349ee hex color red value is 179, green value is 73 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b349ee hue: 0.77 , saturation: 0.83 and the lightness value of b349ee is 0.61.

The process color (four color CMYK) of #b349ee color hex is 0.25, 0.69, 0.00, 0.07. Web safe color of #b349ee is #cc33ff. Color #b349ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001001 11101110
Octal 263 111 356
Decimal 179 73 238
Hex B3 49 EE

RGB Percentages of Color #b349ee

%36.53
%14.90
%48.57

CMYK Percentages of Color #b349ee

%25
%69
%0
%7

Triadic Colors of #b349ee

#b349ee #eeb349 #49eeb3

Analogous Colors of #b349ee

#b349ee #ee49d7 #6049ee

Monochromatic Colors of #b349ee

#b349ee

Complementary Color

#b349ee #84ee49

#b349ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b349ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b349ee Color CSS Codes

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

#b349ee Text Font Color

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

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


#b349ee Background Color

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

This div background color is #b349ee


#b349ee Border Color

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

This div border color is #b349ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b349ee


Comments

No comments written yet.

Please login to write comment.