Color Hex Logo

#b35eca Color Hex

#B35ECA
(179,94,202)
0 Favorites   0 Comments

Color spaces of #b35eca

RGB 17994202
HSL0.800.500.58
HSV287°53°79°
CMYK 0.110.530.00   0.21
XYZ33.253821.853458.3426
Yxy21.85340.29310.1926
Hunter Lab46.747645.1672-41.2726
CIE-Lab53.871151.1517-41.9771

#b35eca color RGB value is (179,94,202).

#b35eca hex color red value is 179, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b35eca hue: 0.80 , saturation: 0.50 and the lightness value of b35eca is 0.58.

The process color (four color CMYK) of #b35eca color hex is 0.11, 0.53, 0.00, 0.21. Web safe color of #b35eca is #cc66cc. Color #b35eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 11001010
Octal 263 136 312
Decimal 179 94 202
Hex B3 5E CA

RGB Percentages of Color #b35eca

%37.68
%19.79
%42.53

CMYK Percentages of Color #b35eca

%11
%53
%0
%21

Triadic Colors of #b35eca

#b35eca #cab35e #5ecab3

Analogous Colors of #b35eca

#b35eca #ca5eab #7d5eca

Monochromatic Colors of #b35eca

#b35eca

Complementary Color

#b35eca #75ca5e

#b35eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35eca Color CSS Codes

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

#b35eca Text Font Color

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

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


#b35eca Background Color

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

This div background color is #b35eca


#b35eca Border Color

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

This div border color is #b35eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35eca


Comments

No comments written yet.

Please login to write comment.