Color Hex Logo

#670eae Color Hex

#670EAE
(103,14,174)
0 Favorites   0 Comments

Color spaces of #670eae

RGB 10314174
HSL0.760.850.37
HSV273°92°68°
CMYK 0.410.920.00   0.32
XYZ13.39056.253640.5457
Yxy6.25360.22250.1039
Hunter Lab25.007251.8180-78.6255
CIE-Lab30.043561.7061-64.5028

#670eae color RGB value is (103,14,174).

#670eae hex color red value is 103, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #670eae hue: 0.76 , saturation: 0.85 and the lightness value of 670eae is 0.37.

The process color (four color CMYK) of #670eae color hex is 0.41, 0.92, 0.00, 0.32. Web safe color of #670eae is #660099. Color #670eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00001110 10101110
Octal 147 16 256
Decimal 103 14 174
Hex 67 E AE

RGB Percentages of Color #670eae

%35.40
%4.81
%59.79

CMYK Percentages of Color #670eae

%41
%92
%0
%32

Triadic Colors of #670eae

#670eae #ae670e #0eae67

Analogous Colors of #670eae

#670eae #ae0ea5 #170eae

Monochromatic Colors of #670eae

#670eae

Complementary Color

#670eae #55ae0e

#670eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#670eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#670eae Color CSS Codes

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

#670eae Text Font Color

<p style="color:#670eae">Text here</p>

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


#670eae Background Color

<div style="background-color:#670eae">
Div content here</div>

This div background color is #670eae


#670eae Border Color

<div style="border:3px solid #670eae">
Div here</div>

This div border color is #670eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,14,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #670eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #670eae;
  -webkit-box-shadow: 1px 1px 3px 2px #670eae;
  box-shadow:         1px 1px 3px 2px #670eae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,14,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 #670eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #670eae


Comments

No comments written yet.

Please login to write comment.