Color Hex Logo

#675eaa Color Hex

#675EAA
(103,94,170)
0 Favorites   0 Comments

Color spaces of #675eaa

RGB 10394170
HSL0.690.310.52
HSV247°45°67°
CMYK 0.390.450.00   0.33
XYZ16.851913.791339.8040
Yxy13.79130.23920.1958
Hunter Lab37.136616.0108-37.5529
CIE-Lab43.932122.5644-39.6741

#675eaa color RGB value is (103,94,170).

#675eaa hex color red value is 103, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #675eaa hue: 0.69 , saturation: 0.31 and the lightness value of 675eaa is 0.52.

The process color (four color CMYK) of #675eaa color hex is 0.39, 0.45, 0.00, 0.33. Web safe color of #675eaa is #666699. Color #675eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011110 10101010
Octal 147 136 252
Decimal 103 94 170
Hex 67 5E AA

RGB Percentages of Color #675eaa

%28.07
%25.61
%46.32

CMYK Percentages of Color #675eaa

%39
%45
%0
%33

Triadic Colors of #675eaa

#675eaa #aa675e #5eaa67

Analogous Colors of #675eaa

#675eaa #8d5eaa #5e7baa

Monochromatic Colors of #675eaa

#675eaa

Complementary Color

#675eaa #a1aa5e

#675eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#675eaa Color CSS Codes

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

#675eaa Text Font Color

<p style="color:#675eaa">Text here</p>

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


#675eaa Background Color

<div style="background-color:#675eaa">
Div content here</div>

This div background color is #675eaa


#675eaa Border Color

<div style="border:3px solid #675eaa">
Div here</div>

This div border color is #675eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #675eaa;
  box-shadow:         1px 1px 3px 2px #675eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,94,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675eaa


Comments

No comments written yet.

Please login to write comment.