Color Hex Logo

#8941cb Color Hex

#8941CB
(137,65,203)
0 Favorites   0 Comments

Color spaces of #8941cb

RGB 13765203
HSL0.750.570.53
HSV271°68°80°
CMYK 0.330.680.00   0.20
XYZ22.986313.410857.8769
Yxy13.41080.24380.1423
Hunter Lab36.620847.9554-68.0697
CIE-Lab43.375855.5857-59.6391

#8941cb color RGB value is (137,65,203).

#8941cb hex color red value is 137, green value is 65 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8941cb hue: 0.75 , saturation: 0.57 and the lightness value of 8941cb is 0.53.

The process color (four color CMYK) of #8941cb color hex is 0.33, 0.68, 0.00, 0.20. Web safe color of #8941cb is #9933cc. Color #8941cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000001 11001011
Octal 211 101 313
Decimal 137 65 203
Hex 89 41 CB

RGB Percentages of Color #8941cb

%33.83
%16.05
%50.12

CMYK Percentages of Color #8941cb

%33
%68
%0
%20

Triadic Colors of #8941cb

#8941cb #cb8941 #41cb89

Analogous Colors of #8941cb

#8941cb #cb41c8 #4441cb

Monochromatic Colors of #8941cb

#8941cb

Complementary Color

#8941cb #83cb41

#8941cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8941cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8941cb Color CSS Codes

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

#8941cb Text Font Color

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

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


#8941cb Background Color

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

This div background color is #8941cb


#8941cb Border Color

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

This div border color is #8941cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,65,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8941cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8941cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8941cb;
  box-shadow:         1px 1px 3px 2px #8941cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,65,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8941cb


Comments

No comments written yet.

Please login to write comment.