Color Hex Logo

#681183 Color Hex

#681183
(104,17,131)
0 Favorites   0 Comments

Color spaces of #681183

RGB 10417131
HSL0.790.770.29
HSV286°87°51°
CMYK 0.210.870.00   0.49
XYZ10.00614.982621.9071
Yxy4.98260.27120.1350
Hunter Lab22.321740.9526-42.5634
CIE-Lab26.685152.1030-43.5988

#681183 color RGB value is (104,17,131).

#681183 hex color red value is 104, green value is 17 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #681183 hue: 0.79 , saturation: 0.77 and the lightness value of 681183 is 0.29.

The process color (four color CMYK) of #681183 color hex is 0.21, 0.87, 0.00, 0.49. Web safe color of #681183 is #660099. Color #681183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00010001 10000011
Octal 150 21 203
Decimal 104 17 131
Hex 68 11 83

RGB Percentages of Color #681183

%41.27
%6.75
%51.98

CMYK Percentages of Color #681183

%21
%87
%0
%49

Triadic Colors of #681183

#681183 #836811 #118368

Analogous Colors of #681183

#681183 #831165 #2f1183

Monochromatic Colors of #681183

#681183

Complementary Color

#681183 #2c8311

#681183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#681183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#681183 Color CSS Codes

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

#681183 Text Font Color

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

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


#681183 Background Color

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

This div background color is #681183


#681183 Border Color

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

This div border color is #681183


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,17,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #681183; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #681183;
  -webkit-box-shadow: 1px 1px 3px 2px #681183;
  box-shadow:         1px 1px 3px 2px #681183; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,17,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #681183


Comments

No comments written yet.

Please login to write comment.