Color Hex Logo

#b347ef Color Hex

#B347EF
(179,71,239)
0 Favorites   0 Comments

Color spaces of #b347ef

RGB 17971239
HSL0.770.840.61
HSV279°70°94°
CMYK 0.250.700.00   0.06
XYZ36.423620.322283.6642
Yxy20.32220.25940.1447
Hunter Lab45.080265.3331-78.4801
CIE-Lab52.199669.2132-65.5995

#b347ef color RGB value is (179,71,239).

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

The process color (four color CMYK) of #b347ef color hex is 0.25, 0.70, 0.00, 0.06. Web safe color of #b347ef is #cc33ff. Color #b347ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000111 11101111
Octal 263 107 357
Decimal 179 71 239
Hex B3 47 EF

RGB Percentages of Color #b347ef

%36.61
%14.52
%48.88

CMYK Percentages of Color #b347ef

%25
%70
%0
%6

Triadic Colors of #b347ef

#b347ef #efb347 #47efb3

Analogous Colors of #b347ef

#b347ef #ef47d7 #5f47ef

Monochromatic Colors of #b347ef

#b347ef

Complementary Color

#b347ef #83ef47

#b347ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b347ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b347ef Color CSS Codes

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

#b347ef Text Font Color

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

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


#b347ef Background Color

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

This div background color is #b347ef


#b347ef Border Color

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

This div border color is #b347ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b347ef


Comments

No comments written yet.

Please login to write comment.