Color Hex Logo

#b35eea Color Hex

#B35EEA
(179,94,234)
0 Favorites   0 Comments

Color spaces of #b35eea

RGB 17994234
HSL0.770.770.64
HSV276°60°92°
CMYK 0.240.600.00   0.08
XYZ37.444423.529680.4100
Yxy23.52960.26480.1664
Hunter Lab48.507352.9022-64.3292
CIE-Lab55.613757.8586-57.3065

#b35eea color RGB value is (179,94,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 11101010
Octal 263 136 352
Decimal 179 94 234
Hex B3 5E EA

RGB Percentages of Color #b35eea

%35.31
%18.54
%46.15

CMYK Percentages of Color #b35eea

%24
%60
%0
%8

Triadic Colors of #b35eea

#b35eea #eab35e #5eeab3

Analogous Colors of #b35eea

#b35eea #ea5edb #6d5eea

Monochromatic Colors of #b35eea

#b35eea

Complementary Color

#b35eea #95ea5e

#b35eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35eea Color CSS Codes

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

#b35eea Text Font Color

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

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


#b35eea Background Color

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

This div background color is #b35eea


#b35eea Border Color

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

This div border color is #b35eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35eea


Comments

No comments written yet.

Please login to write comment.