Color Hex Logo

#841cdc Color Hex

#841CDC
(132,28,220)
0 Favorites   0 Comments

Color spaces of #841cdc

RGB 13228220
HSL0.760.770.49
HSV273°87°86°
CMYK 0.400.870.00   0.14
XYZ22.849210.903368.6104
Yxy10.90330.22320.1065
Hunter Lab33.020165.7327-100.0807
CIE-Lab39.417172.0284-75.9174

#841cdc color RGB value is (132,28,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011100 11011100
Octal 204 34 334
Decimal 132 28 220
Hex 84 1C DC

RGB Percentages of Color #841cdc

%34.74
%7.37
%57.89

CMYK Percentages of Color #841cdc

%40
%87
%0
%14

Triadic Colors of #841cdc

#841cdc #dc841c #1cdc84

Analogous Colors of #841cdc

#841cdc #dc1cd4 #241cdc

Monochromatic Colors of #841cdc

#841cdc

Complementary Color

#841cdc #74dc1c

#841cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#841cdc Color CSS Codes

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

#841cdc Text Font Color

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

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


#841cdc Background Color

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

This div background color is #841cdc


#841cdc Border Color

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

This div border color is #841cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841cdc


Comments

No comments written yet.

Please login to write comment.