color codes Logo

#b35cab color codes

#B35CAB
(179,92,171)
0 Favorites   0 Comments

Color spaces of #b35cab

RGB 17992171
HSL0.850.360.53
HSV306°49°70°
CMYK 0.000.490.04   0.30
XYZ29.768220.178340.8539
Yxy20.17830.32780.2222
Hunter Lab44.920339.6797-22.4786
CIE-Lab52.038246.2853-26.9445

#b35cab color RGB value is (179,92,171).

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

The process color (four color CMYK) of #b35cab color code is 0.00, 0.49, 0.04, 0.30. Web safe color of #b35cab is #cc6699. Color #b35cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011100 10101011
Octal 263 134 253
Decimal 179 92 171
Hex B3 5C AB

RGB Percentages of Color #b35cab

%40.50
%20.81
%38.69

CMYK Percentages of Color #b35cab

%0
%49
%4
%30

Triadic Colors of #b35cab

#b35cab #abb35c #5cabb3

Analogous Colors of #b35cab

#b35cab #b35c80 #905cb3

Monochromatic Colors of #b35cab

#b35cab

Complementary Color

#b35cab #5cb364

#b35cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35cab Color CSS Codes

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

#b35cab Text Font Color

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

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


#b35cab Background Color

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

This div background color is #b35cab


#b35cab Border Color

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

This div border color is #b35cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35cab


Comments

No comments written yet.

Please login to write comment.