Color Hex Logo

#841bdc Color Hex

#841BDC
(132,27,220)
0 Favorites   0 Comments

Color spaces of #841bdc

RGB 13227220
HSL0.760.780.48
HSV273°88°86°
CMYK 0.400.880.00   0.14
XYZ22.825910.856768.6026
Yxy10.85670.22320.1061
Hunter Lab32.949565.9949-100.3802
CIE-Lab39.338172.2635-76.0472

#841bdc color RGB value is (132,27,220).

#841bdc hex color red value is 132, green value is 27 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #841bdc hue: 0.76 , saturation: 0.78 and the lightness value of 841bdc is 0.48.

The process color (four color CMYK) of #841bdc color hex is 0.40, 0.88, 0.00, 0.14. Web safe color of #841bdc is #9933cc. Color #841bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011011 11011100
Octal 204 33 334
Decimal 132 27 220
Hex 84 1B DC

RGB Percentages of Color #841bdc

%34.83
%7.12
%58.05

CMYK Percentages of Color #841bdc

%40
%88
%0
%14

Triadic Colors of #841bdc

#841bdc #dc841b #1bdc84

Analogous Colors of #841bdc

#841bdc #dc1bd4 #241bdc

Monochromatic Colors of #841bdc

#841bdc

Complementary Color

#841bdc #73dc1b

#841bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#841bdc Color CSS Codes

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

#841bdc Text Font Color

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

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


#841bdc Background Color

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

This div background color is #841bdc


#841bdc Border Color

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

This div border color is #841bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841bdc


Comments

No comments written yet.

Please login to write comment.