Color Hex Logo

#b35eeb Color Hex

#B35EEB
(179,94,235)
0 Favorites   0 Comments

Color spaces of #b35eeb

RGB 17994235
HSL0.770.780.65
HSV276°60°92°
CMYK 0.240.600.00   0.08
XYZ37.588523.587381.1689
Yxy23.58730.26410.1657
Hunter Lab48.566853.1592-65.0938
CIE-Lab55.672258.0761-57.7726

#b35eeb color RGB value is (179,94,235).

#b35eeb hex color red value is 179, green value is 94 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b35eeb hue: 0.77 , saturation: 0.78 and the lightness value of b35eeb is 0.65.

The process color (four color CMYK) of #b35eeb color hex is 0.24, 0.60, 0.00, 0.08. Web safe color of #b35eeb is #cc66ff. Color #b35eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 11101011
Octal 263 136 353
Decimal 179 94 235
Hex B3 5E EB

RGB Percentages of Color #b35eeb

%35.24
%18.50
%46.26

CMYK Percentages of Color #b35eeb

%24
%60
%0
%8

Triadic Colors of #b35eeb

#b35eeb #ebb35e #5eebb3

Analogous Colors of #b35eeb

#b35eeb #eb5edd #6d5eeb

Monochromatic Colors of #b35eeb

#b35eeb

Complementary Color

#b35eeb #96eb5e

#b35eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35eeb Color CSS Codes

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

#b35eeb Text Font Color

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

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


#b35eeb Background Color

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

This div background color is #b35eeb


#b35eeb Border Color

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

This div border color is #b35eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,94,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b35eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35eeb


Comments

No comments written yet.

Please login to write comment.