Color Hex Logo

#b359ef Color Hex

#B359EF
(179,89,239)
0 Favorites   0 Comments

Color spaces of #b359ef

RGB 17989239
HSL0.770.820.64
HSV276°63°94°
CMYK 0.250.630.00   0.06
XYZ37.742822.960584.1039
Yxy22.96050.26060.1586
Hunter Lab47.917156.7439-70.5236
CIE-Lab55.031661.3387-61.0370

#b359ef color RGB value is (179,89,239).

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

The process color (four color CMYK) of #b359ef color hex is 0.25, 0.63, 0.00, 0.06. Web safe color of #b359ef is #cc66ff. Color #b359ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011001 11101111
Octal 263 131 357
Decimal 179 89 239
Hex B3 59 EF

RGB Percentages of Color #b359ef

%35.31
%17.55
%47.14

CMYK Percentages of Color #b359ef

%25
%63
%0
%6

Triadic Colors of #b359ef

#b359ef #efb359 #59efb3

Analogous Colors of #b359ef

#b359ef #ef59e0 #6859ef

Monochromatic Colors of #b359ef

#b359ef

Complementary Color

#b359ef #95ef59

#b359ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b359ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b359ef Color CSS Codes

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

#b359ef Text Font Color

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

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


#b359ef Background Color

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

This div background color is #b359ef


#b359ef Border Color

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

This div border color is #b359ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b359ef


Comments

No comments written yet.

Please login to write comment.