Color Hex Logo

#b234aa Color Hex

#B234AA
(178,52,170)
0 Favorites   0 Comments

Color spaces of #b234aa

RGB 17852170
HSL0.840.550.45
HSV304°71°70°
CMYK 0.000.710.04   0.30
XYZ26.843814.823239.4766
Yxy14.82320.33080.1827
Hunter Lab38.500957.0781-33.8419
CIE-Lab45.391163.4321-36.7655

#b234aa color RGB value is (178,52,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110100 10101010
Octal 262 64 252
Decimal 178 52 170
Hex B2 34 AA

RGB Percentages of Color #b234aa

%44.50
%13.00
%42.50

CMYK Percentages of Color #b234aa

%0
%71
%4
%30

Triadic Colors of #b234aa

#b234aa #aab234 #34aab2

Analogous Colors of #b234aa

#b234aa #b2346b #7b34b2

Monochromatic Colors of #b234aa

#b234aa

Complementary Color

#b234aa #34b23c

#b234aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b234aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b234aa Color CSS Codes

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

#b234aa Text Font Color

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

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


#b234aa Background Color

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

This div background color is #b234aa


#b234aa Border Color

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

This div border color is #b234aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b234aa


Comments

No comments written yet.

Please login to write comment.