Color Hex Logo

#b529cd Color Hex

#B529CD
(181,41,205)
0 Favorites   0 Comments

Color spaces of #b529cd

RGB 18141205
HSL0.810.670.48
HSV291°80°80°
CMYK 0.120.800.00   0.20
XYZ30.868415.817459.1837
Yxy15.81740.29160.1494
Hunter Lab39.771168.9436-60.3902
CIE-Lab46.734073.2809-55.0594

#b529cd color RGB value is (181,41,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 11001101
Octal 265 51 315
Decimal 181 41 205
Hex B5 29 CD

RGB Percentages of Color #b529cd

%42.39
%9.60
%48.01

CMYK Percentages of Color #b529cd

%12
%80
%0
%20

Triadic Colors of #b529cd

#b529cd #cdb529 #29cdb5

Analogous Colors of #b529cd

#b529cd #cd2993 #6329cd

Monochromatic Colors of #b529cd

#b529cd

Complementary Color

#b529cd #41cd29

#b529cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b529cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b529cd Color CSS Codes

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

#b529cd Text Font Color

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

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


#b529cd Background Color

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

This div background color is #b529cd


#b529cd Border Color

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

This div border color is #b529cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b529cd


Comments

No comments written yet.

Please login to write comment.