Color Hex Logo

#b346ee Color Hex

#B346EE
(179,70,238)
0 Favorites   0 Comments

Color spaces of #b346ee

RGB 17970238
HSL0.770.830.60
HSV279°71°93°
CMYK 0.250.710.00   0.07
XYZ36.213220.137182.8671
Yxy20.13710.26010.1446
Hunter Lab44.874465.5176-78.0756
CIE-Lab51.991969.4078-65.3740

#b346ee color RGB value is (179,70,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000110 11101110
Octal 263 106 356
Decimal 179 70 238
Hex B3 46 EE

RGB Percentages of Color #b346ee

%36.76
%14.37
%48.87

CMYK Percentages of Color #b346ee

%25
%71
%0
%7

Triadic Colors of #b346ee

#b346ee #eeb346 #46eeb3

Analogous Colors of #b346ee

#b346ee #ee46d5 #5f46ee

Monochromatic Colors of #b346ee

#b346ee

Complementary Color

#b346ee #81ee46

#b346ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b346ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b346ee Color CSS Codes

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

#b346ee Text Font Color

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

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


#b346ee Background Color

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

This div background color is #b346ee


#b346ee Border Color

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

This div border color is #b346ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b346ee


Comments

No comments written yet.

Please login to write comment.