color codes Logo

#b35abd color codes

#B35ABD
(179,90,189)
0 Favorites   0 Comments

Color spaces of #b35abd

RGB 17990189
HSL0.820.430.55
HSV294°52°74°
CMYK 0.050.520.00   0.26
XYZ31.431920.570250.4579
Yxy20.57020.30680.2008
Hunter Lab45.354444.3355-34.2136
CIE-Lab52.475950.6102-36.7080

#b35abd color RGB value is (179,90,189).

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

The process color (four color CMYK) of #b35abd color code is 0.05, 0.52, 0.00, 0.26. Web safe color of #b35abd is #cc66cc. Color #b35abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 10111101
Octal 263 132 275
Decimal 179 90 189
Hex B3 5A BD

RGB Percentages of Color #b35abd

%39.08
%19.65
%41.27

CMYK Percentages of Color #b35abd

%5
%52
%0
%26

Triadic Colors of #b35abd

#b35abd #bdb35a #5abdb3

Analogous Colors of #b35abd

#b35abd #bd5a96 #825abd

Monochromatic Colors of #b35abd

#b35abd

Complementary Color

#b35abd #64bd5a

#b35abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35abd Color CSS Codes

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

#b35abd Text Font Color

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

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


#b35abd Background Color

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

This div background color is #b35abd


#b35abd Border Color

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

This div border color is #b35abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,90,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 #b35abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35abd


Comments

No comments written yet.

Please login to write comment.