Color Hex Logo

#b35fbd Color Hex

#B35FBD
(179,95,189)
0 Favorites   0 Comments

Color spaces of #b35fbd

RGB 17995189
HSL0.820.420.56
HSV294°50°74°
CMYK 0.050.500.00   0.26
XYZ31.867921.442250.6033
Yxy21.44220.30670.2063
Hunter Lab46.305741.8098-32.3786
CIE-Lab53.430148.0885-35.2113

#b35fbd color RGB value is (179,95,189).

#b35fbd hex color red value is 179, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b35fbd hue: 0.82 , saturation: 0.42 and the lightness value of b35fbd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011111 10111101
Octal 263 137 275
Decimal 179 95 189
Hex B3 5F BD

RGB Percentages of Color #b35fbd

%38.66
%20.52
%40.82

CMYK Percentages of Color #b35fbd

%5
%50
%0
%26

Triadic Colors of #b35fbd

#b35fbd #bdb35f #5fbdb3

Analogous Colors of #b35fbd

#b35fbd #bd5f98 #845fbd

Monochromatic Colors of #b35fbd

#b35fbd

Complementary Color

#b35fbd #69bd5f

#b35fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35fbd Color CSS Codes

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

#b35fbd Text Font Color

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

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


#b35fbd Background Color

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

This div background color is #b35fbd


#b35fbd Border Color

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

This div border color is #b35fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35fbd


Comments

No comments written yet.

Please login to write comment.