Color Hex Logo

#841cbd Color Hex

#841CBD
(132,28,189)
0 Favorites   0 Comments

Color spaces of #841cbd

RGB 13228189
HSL0.770.740.43
HSV279°85°74°
CMYK 0.300.850.00   0.26
XYZ19.11639.410248.9529
Yxy9.41020.24670.1215
Hunter Lab30.676057.5522-73.1419
CIE-Lab36.762465.5249-62.2459

#841cbd color RGB value is (132,28,189).

#841cbd hex color red value is 132, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #841cbd hue: 0.77 , saturation: 0.74 and the lightness value of 841cbd is 0.43.

The process color (four color CMYK) of #841cbd color hex is 0.30, 0.85, 0.00, 0.26. Web safe color of #841cbd is #9933cc. Color #841cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011100 10111101
Octal 204 34 275
Decimal 132 28 189
Hex 84 1C BD

RGB Percentages of Color #841cbd

%37.82
%8.02
%54.15

CMYK Percentages of Color #841cbd

%30
%85
%0
%26

Triadic Colors of #841cbd

#841cbd #bd841c #1cbd84

Analogous Colors of #841cbd

#841cbd #bd1ca6 #341cbd

Monochromatic Colors of #841cbd

#841cbd

Complementary Color

#841cbd #55bd1c

#841cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#841cbd Color CSS Codes

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

#841cbd Text Font Color

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

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


#841cbd Background Color

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

This div background color is #841cbd


#841cbd Border Color

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

This div border color is #841cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,28,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #841cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #841cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #841cbd;
  box-shadow:         1px 1px 3px 2px #841cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,28,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841cbd


Comments

No comments written yet.

Please login to write comment.