Color Hex Logo

#b35fac Color Hex

#B35FAC
(179,95,172)
0 Favorites   0 Comments

Color spaces of #b35fac

RGB 17995172
HSL0.850.360.54
HSV305°47°70°
CMYK 0.000.470.04   0.30
XYZ30.129020.746741.4463
Yxy20.74670.32630.2247
Hunter Lab45.548538.3625-22.0662
CIE-Lab52.671244.9234-26.5471

#b35fac color RGB value is (179,95,172).

#b35fac hex color red value is 179, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b35fac hue: 0.85 , saturation: 0.36 and the lightness value of b35fac is 0.54.

The process color (four color CMYK) of #b35fac color hex is 0.00, 0.47, 0.04, 0.30. Web safe color of #b35fac is #cc6699. Color #b35fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011111 10101100
Octal 263 137 254
Decimal 179 95 172
Hex B3 5F AC

RGB Percentages of Color #b35fac

%40.13
%21.30
%38.57

CMYK Percentages of Color #b35fac

%0
%47
%4
%30

Triadic Colors of #b35fac

#b35fac #acb35f #5facb3

Analogous Colors of #b35fac

#b35fac #b35f82 #905fb3

Monochromatic Colors of #b35fac

#b35fac

Complementary Color

#b35fac #5fb366

#b35fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35fac Color CSS Codes

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

#b35fac Text Font Color

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

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


#b35fac Background Color

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

This div background color is #b35fac


#b35fac Border Color

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

This div border color is #b35fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35fac


Comments

No comments written yet.

Please login to write comment.