Color Hex Logo

#682cbb Color Hex

#682CBB
(104,44,187)
0 Favorites   0 Comments

Color spaces of #682cbb

RGB 10444187
HSL0.740.620.45
HSV265°76°73°
CMYK 0.440.760.00   0.27
XYZ15.57928.332347.8009
Yxy8.33230.21720.1162
Hunter Lab28.865745.8237-77.9767
CIE-Lab34.665655.2493-64.6497

#682cbb color RGB value is (104,44,187).

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

The process color (four color CMYK) of #682cbb color hex is 0.44, 0.76, 0.00, 0.27. Web safe color of #682cbb is #6633cc. Color #682cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101100 10111011
Octal 150 54 273
Decimal 104 44 187
Hex 68 2C BB

RGB Percentages of Color #682cbb

%31.04
%13.13
%55.82

CMYK Percentages of Color #682cbb

%44
%76
%0
%27

Triadic Colors of #682cbb

#682cbb #bb682c #2cbb68

Analogous Colors of #682cbb

#682cbb #b02cbb #2c38bb

Monochromatic Colors of #682cbb

#682cbb

Complementary Color

#682cbb #7fbb2c

#682cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#682cbb Color CSS Codes

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

#682cbb Text Font Color

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

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


#682cbb Background Color

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

This div background color is #682cbb


#682cbb Border Color

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

This div border color is #682cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682cbb


Comments

No comments written yet.

Please login to write comment.