Color Hex Logo

#b35ebc Color Hex

#B35EBC
(179,94,188)
0 Favorites   0 Comments

Color spaces of #b35ebc

RGB 17994188
HSL0.820.410.55
HSV294°50°74°
CMYK 0.050.500.00   0.26
XYZ31.670221.220050.0036
Yxy21.22000.30780.2062
Hunter Lab46.065242.1062-32.1135
CIE-Lab53.189448.4061-35.0118

#b35ebc color RGB value is (179,94,188).

#b35ebc hex color red value is 179, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b35ebc hue: 0.82 , saturation: 0.41 and the lightness value of b35ebc is 0.55.

The process color (four color CMYK) of #b35ebc color hex is 0.05, 0.50, 0.00, 0.26. Web safe color of #b35ebc is #cc66cc. Color #b35ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 10111100
Octal 263 136 274
Decimal 179 94 188
Hex B3 5E BC

RGB Percentages of Color #b35ebc

%38.83
%20.39
%40.78

CMYK Percentages of Color #b35ebc

%5
%50
%0
%26

Triadic Colors of #b35ebc

#b35ebc #bcb35e #5ebcb3

Analogous Colors of #b35ebc

#b35ebc #bc5e96 #845ebc

Monochromatic Colors of #b35ebc

#b35ebc

Complementary Color

#b35ebc #67bc5e

#b35ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35ebc Color CSS Codes

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

#b35ebc Text Font Color

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

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


#b35ebc Background Color

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

This div background color is #b35ebc


#b35ebc Border Color

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

This div border color is #b35ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35ebc


Comments

No comments written yet.

Please login to write comment.