Color Hex Logo

#b441cd Color Hex

#B441CD
(180,65,205)
0 Favorites   0 Comments

Color spaces of #b441cd

RGB 18065205
HSL0.800.580.53
HSV289°68°80°
CMYK 0.120.680.00   0.20
XYZ31.732117.891759.5386
Yxy17.89170.29070.1639
Hunter Lab42.298659.8869-53.8464
CIE-Lab49.364565.1186-50.8497

#b441cd color RGB value is (180,65,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000001 11001101
Octal 264 101 315
Decimal 180 65 205
Hex B4 41 CD

RGB Percentages of Color #b441cd

%40.00
%14.44
%45.56

CMYK Percentages of Color #b441cd

%12
%68
%0
%20

Triadic Colors of #b441cd

#b441cd #cdb441 #41cdb4

Analogous Colors of #b441cd

#b441cd #cd41a0 #6e41cd

Monochromatic Colors of #b441cd

#b441cd

Complementary Color

#b441cd #5acd41

#b441cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b441cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b441cd Color CSS Codes

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

#b441cd Text Font Color

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

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


#b441cd Background Color

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

This div background color is #b441cd


#b441cd Border Color

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

This div border color is #b441cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b441cd


Comments

No comments written yet.

Please login to write comment.