Color Hex Logo

#b541cd Color Hex

#B541CD
(181,65,205)
0 Favorites   0 Comments

Color spaces of #b541cd

RGB 18165205
HSL0.800.580.53
HSV290°68°80°
CMYK 0.120.680.00   0.20
XYZ31.965818.012159.5495
Yxy18.01210.29190.1645
Hunter Lab42.440760.1729-53.4827
CIE-Lab49.510865.3375-50.6075

#b541cd color RGB value is (181,65,205).

#b541cd hex color red value is 181, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b541cd hue: 0.80 , saturation: 0.58 and the lightness value of b541cd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000001 11001101
Octal 265 101 315
Decimal 181 65 205
Hex B5 41 CD

RGB Percentages of Color #b541cd

%40.13
%14.41
%45.45

CMYK Percentages of Color #b541cd

%12
%68
%0
%20

Triadic Colors of #b541cd

#b541cd #cdb541 #41cdb5

Analogous Colors of #b541cd

#b541cd #cd419f #6f41cd

Monochromatic Colors of #b541cd

#b541cd

Complementary Color

#b541cd #59cd41

#b541cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b541cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b541cd Color CSS Codes

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

#b541cd Text Font Color

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

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


#b541cd Background Color

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

This div background color is #b541cd


#b541cd Border Color

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

This div border color is #b541cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b541cd


Comments

No comments written yet.

Please login to write comment.