Color Hex Logo

#841cbf Color Hex

#841CBF
(132,28,191)
0 Favorites   0 Comments

Color spaces of #841cbf

RGB 13228191
HSL0.770.740.43
HSV278°85°75°
CMYK 0.310.850.00   0.25
XYZ19.33499.497650.1044
Yxy9.49760.24490.1203
Hunter Lab30.818258.0566-74.8214
CIE-Lab36.925265.9354-63.1572

#841cbf color RGB value is (132,28,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011100 10111111
Octal 204 34 277
Decimal 132 28 191
Hex 84 1C BF

RGB Percentages of Color #841cbf

%37.61
%7.98
%54.42

CMYK Percentages of Color #841cbf

%31
%85
%0
%25

Triadic Colors of #841cbf

#841cbf #bf841c #1cbf84

Analogous Colors of #841cbf

#841cbf #bf1ca9 #331cbf

Monochromatic Colors of #841cbf

#841cbf

Complementary Color

#841cbf #57bf1c

#841cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#841cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#841cbf Color CSS Codes

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

#841cbf Text Font Color

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

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


#841cbf Background Color

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

This div background color is #841cbf


#841cbf Border Color

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

This div border color is #841cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #841cbf


Comments

No comments written yet.

Please login to write comment.