Color Hex Logo

#682cbc Color Hex

#682CBC
(104,44,188)
0 Favorites   0 Comments

Color spaces of #682cbc

RGB 10444188
HSL0.740.620.45
HSV265°77°74°
CMYK 0.450.770.00   0.26
XYZ15.68678.375348.3668
Yxy8.37530.21660.1156
Hunter Lab28.940146.1090-78.8316
CIE-Lab34.752655.5022-65.0972

#682cbc color RGB value is (104,44,188).

#682cbc hex color red value is 104, green value is 44 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #682cbc hue: 0.74 , saturation: 0.62 and the lightness value of 682cbc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101100 10111100
Octal 150 54 274
Decimal 104 44 188
Hex 68 2C BC

RGB Percentages of Color #682cbc

%30.95
%13.10
%55.95

CMYK Percentages of Color #682cbc

%45
%77
%0
%26

Triadic Colors of #682cbc

#682cbc #bc682c #2cbc68

Analogous Colors of #682cbc

#682cbc #b02cbc #2c38bc

Monochromatic Colors of #682cbc

#682cbc

Complementary Color

#682cbc #80bc2c

#682cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#682cbc Color CSS Codes

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

#682cbc Text Font Color

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

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


#682cbc Background Color

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

This div background color is #682cbc


#682cbc Border Color

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

This div border color is #682cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,44,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #682cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #682cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #682cbc;
  box-shadow:         1px 1px 3px 2px #682cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682cbc


Comments

No comments written yet.

Please login to write comment.