Color Hex Logo

#683cbd Color Hex

#683CBD
(104,60,189)
0 Favorites   0 Comments

Color spaces of #683cbd

RGB 10460189
HSL0.720.520.49
HSV260°68°74°
CMYK 0.450.680.00   0.26
XYZ16.51019.848949.1750
Yxy9.84890.21860.1304
Hunter Lab31.383038.9860-70.9354
CIE-Lab37.569948.0759-61.0851

#683cbd color RGB value is (104,60,189).

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

The process color (four color CMYK) of #683cbd color hex is 0.45, 0.68, 0.00, 0.26. Web safe color of #683cbd is #6633cc. Color #683cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00111100 10111101
Octal 150 74 275
Decimal 104 60 189
Hex 68 3C BD

RGB Percentages of Color #683cbd

%29.46
%17.00
%53.54

CMYK Percentages of Color #683cbd

%45
%68
%0
%26

Triadic Colors of #683cbd

#683cbd #bd683c #3cbd68

Analogous Colors of #683cbd

#683cbd #a93cbd #3c51bd

Monochromatic Colors of #683cbd

#683cbd

Complementary Color

#683cbd #91bd3c

#683cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#683cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#683cbd Color CSS Codes

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

#683cbd Text Font Color

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

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


#683cbd Background Color

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

This div background color is #683cbd


#683cbd Border Color

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

This div border color is #683cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #683cbd


Comments

No comments written yet.

Please login to write comment.