Color Hex Logo

#b35faf Color Hex

#B35FAF
(179,95,175)
0 Favorites   0 Comments

Color spaces of #b35faf

RGB 17995175
HSL0.840.360.54
HSV303°47°70°
CMYK 0.000.470.02   0.30
XYZ30.420520.863342.9811
Yxy20.86330.32270.2213
Hunter Lab45.676438.9475-23.8180
CIE-Lab52.799645.4658-28.0933

#b35faf color RGB value is (179,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011111 10101111
Octal 263 137 257
Decimal 179 95 175
Hex B3 5F AF

RGB Percentages of Color #b35faf

%39.87
%21.16
%38.98

CMYK Percentages of Color #b35faf

%0
%47
%2
%30

Triadic Colors of #b35faf

#b35faf #afb35f #5fafb3

Analogous Colors of #b35faf

#b35faf #b35f85 #8d5fb3

Monochromatic Colors of #b35faf

#b35faf

Complementary Color

#b35faf #5fb363

#b35faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35faf Color CSS Codes

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

#b35faf Text Font Color

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

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


#b35faf Background Color

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

This div background color is #b35faf


#b35faf Border Color

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

This div border color is #b35faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35faf


Comments

No comments written yet.

Please login to write comment.