Color Hex Logo

#b429cd Color Hex

#B429CD
(180,41,205)
0 Favorites   0 Comments

Color spaces of #b429cd

RGB 18041205
HSL0.810.670.48
HSV291°80°80°
CMYK 0.120.800.00   0.20
XYZ30.634815.697059.1728
Yxy15.69700.29040.1488
Hunter Lab39.619468.6869-60.8178
CIE-Lab46.574473.0995-55.3245

#b429cd color RGB value is (180,41,205).

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

The process color (four color CMYK) of #b429cd color hex is 0.12, 0.80, 0.00, 0.20. Web safe color of #b429cd is #cc33cc. Color #b429cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 11001101
Octal 264 51 315
Decimal 180 41 205
Hex B4 29 CD

RGB Percentages of Color #b429cd

%42.25
%9.62
%48.12

CMYK Percentages of Color #b429cd

%12
%80
%0
%20

Triadic Colors of #b429cd

#b429cd #cdb429 #29cdb4

Analogous Colors of #b429cd

#b429cd #cd2994 #6229cd

Monochromatic Colors of #b429cd

#b429cd

Complementary Color

#b429cd #42cd29

#b429cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b429cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b429cd Color CSS Codes

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

#b429cd Text Font Color

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

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


#b429cd Background Color

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

This div background color is #b429cd


#b429cd Border Color

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

This div border color is #b429cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b429cd


Comments

No comments written yet.

Please login to write comment.