Color Hex Logo

#682fae Color Hex

#682FAE
(104,47,174)
0 Favorites   0 Comments

Color spaces of #682fae

RGB 10447174
HSL0.740.570.43
HSV267°73°68°
CMYK 0.400.730.00   0.32
XYZ14.36548.032140.8376
Yxy8.03210.22720.1270
Hunter Lab28.341040.8810-65.5946
CIE-Lab34.049650.6047-57.9401

#682fae color RGB value is (104,47,174).

#682fae hex color red value is 104, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #682fae hue: 0.74 , saturation: 0.57 and the lightness value of 682fae is 0.43.

The process color (four color CMYK) of #682fae color hex is 0.40, 0.73, 0.00, 0.32. Web safe color of #682fae is #663399. Color #682fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101111 10101110
Octal 150 57 256
Decimal 104 47 174
Hex 68 2F AE

RGB Percentages of Color #682fae

%32.00
%14.46
%53.54

CMYK Percentages of Color #682fae

%40
%73
%0
%32

Triadic Colors of #682fae

#682fae #ae682f #2fae68

Analogous Colors of #682fae

#682fae #a82fae #2f36ae

Monochromatic Colors of #682fae

#682fae

Complementary Color

#682fae #75ae2f

#682fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#682fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#682fae Color CSS Codes

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

#682fae Text Font Color

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

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


#682fae Background Color

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

This div background color is #682fae


#682fae Border Color

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

This div border color is #682fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #682fae


Comments

No comments written yet.

Please login to write comment.