Color Hex Logo

#b235aa Color Hex

#B235AA
(178,53,170)
0 Favorites   0 Comments

Color spaces of #b235aa

RGB 17853170
HSL0.840.540.45
HSV304°70°70°
CMYK 0.000.700.04   0.30
XYZ26.888914.913539.4916
Yxy14.91350.33080.1835
Hunter Lab38.618056.7043-33.5986
CIE-Lab45.515563.0795-36.5690

#b235aa color RGB value is (178,53,170).

#b235aa hex color red value is 178, green value is 53 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b235aa hue: 0.84 , saturation: 0.54 and the lightness value of b235aa is 0.45.

The process color (four color CMYK) of #b235aa color hex is 0.00, 0.70, 0.04, 0.30. Web safe color of #b235aa is #993399. Color #b235aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110101 10101010
Octal 262 65 252
Decimal 178 53 170
Hex B2 35 AA

RGB Percentages of Color #b235aa

%44.39
%13.22
%42.39

CMYK Percentages of Color #b235aa

%0
%70
%4
%30

Triadic Colors of #b235aa

#b235aa #aab235 #35aab2

Analogous Colors of #b235aa

#b235aa #b2356c #7c35b2

Monochromatic Colors of #b235aa

#b235aa

Complementary Color

#b235aa #35b23d

#b235aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b235aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b235aa Color CSS Codes

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

#b235aa Text Font Color

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

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


#b235aa Background Color

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

This div background color is #b235aa


#b235aa Border Color

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

This div border color is #b235aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,53,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b235aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b235aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b235aa;
  box-shadow:         1px 1px 3px 2px #b235aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,53,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b235aa


Comments

No comments written yet.

Please login to write comment.