Color Hex Logo

#683cc1 Color Hex

#683CC1
(104,60,193)
0 Favorites   0 Comments

Color spaces of #683cc1

RGB 10460193
HSL0.720.530.50
HSV260°69°76°
CMYK 0.460.690.00   0.24
XYZ16.950410.025051.4937
Yxy10.02500.21600.1278
Hunter Lab31.662340.1510-74.2622
CIE-Lab37.887349.1660-62.9127

#683cc1 color RGB value is (104,60,193).

#683cc1 hex color red value is 104, green value is 60 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #683cc1 hue: 0.72 , saturation: 0.53 and the lightness value of 683cc1 is 0.50.

The process color (four color CMYK) of #683cc1 color hex is 0.46, 0.69, 0.00, 0.24. Web safe color of #683cc1 is #6633cc. Color #683cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111100 11000001
Octal 150 74 301
Decimal 104 60 193
Hex 68 3C C1

RGB Percentages of Color #683cc1

%29.13
%16.81
%54.06

CMYK Percentages of Color #683cc1

%46
%69
%0
%24

Triadic Colors of #683cc1

#683cc1 #c1683c #3cc168

Analogous Colors of #683cc1

#683cc1 #ab3cc1 #3c53c1

Monochromatic Colors of #683cc1

#683cc1

Complementary Color

#683cc1 #95c13c

#683cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#683cc1 Color CSS Codes

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

#683cc1 Text Font Color

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

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


#683cc1 Background Color

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

This div background color is #683cc1


#683cc1 Border Color

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

This div border color is #683cc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,60,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #683cc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #683cc1;
  -webkit-box-shadow: 1px 1px 3px 2px #683cc1;
  box-shadow:         1px 1px 3px 2px #683cc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683cc1


Comments

No comments written yet.

Please login to write comment.