Color Hex Logo

#b429ca Color Hex

#B429CA
(180,41,202)
0 Favorites   0 Comments

Color spaces of #b429ca

RGB 18041202
HSL0.810.660.48
HSV292°80°79°
CMYK 0.110.800.00   0.21
XYZ30.276015.553457.2835
Yxy15.55340.29360.1508
Hunter Lab39.437868.0165-58.5124
CIE-Lab46.383072.5809-53.8987

#b429ca color RGB value is (180,41,202).

#b429ca hex color red value is 180, green value is 41 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b429ca hue: 0.81 , saturation: 0.66 and the lightness value of b429ca is 0.48.

The process color (four color CMYK) of #b429ca color hex is 0.11, 0.80, 0.00, 0.21. Web safe color of #b429ca is #cc33cc. Color #b429ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 11001010
Octal 264 51 312
Decimal 180 41 202
Hex B4 29 CA

RGB Percentages of Color #b429ca

%42.55
%9.69
%47.75

CMYK Percentages of Color #b429ca

%11
%80
%0
%21

Triadic Colors of #b429ca

#b429ca #cab429 #29cab4

Analogous Colors of #b429ca

#b429ca #ca2990 #6429ca

Monochromatic Colors of #b429ca

#b429ca

Complementary Color

#b429ca #3fca29

#b429ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b429ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b429ca Color CSS Codes

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

#b429ca Text Font Color

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

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


#b429ca Background Color

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

This div background color is #b429ca


#b429ca Border Color

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

This div border color is #b429ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,41,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b429ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b429ca;
  -webkit-box-shadow: 1px 1px 3px 2px #b429ca;
  box-shadow:         1px 1px 3px 2px #b429ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,41,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b429ca


Comments

No comments written yet.

Please login to write comment.