Color Hex Logo

#675aab Color Hex

#675AAB
(103,90,171)
0 Favorites   0 Comments

Color spaces of #675aab

RGB 10390171
HSL0.690.330.51
HSV250°47°67°
CMYK 0.400.470.00   0.33
XYZ16.600413.136240.1887
Yxy13.13620.23740.1879
Hunter Lab36.243918.3296-40.3724
CIE-Lab42.967825.3168-41.7960

#675aab color RGB value is (103,90,171).

#675aab hex color red value is 103, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #675aab hue: 0.69 , saturation: 0.33 and the lightness value of 675aab is 0.51.

The process color (four color CMYK) of #675aab color hex is 0.40, 0.47, 0.00, 0.33. Web safe color of #675aab is #666699. Color #675aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011010 10101011
Octal 147 132 253
Decimal 103 90 171
Hex 67 5A AB

RGB Percentages of Color #675aab

%28.30
%24.73
%46.98

CMYK Percentages of Color #675aab

%40
%47
%0
%33

Triadic Colors of #675aab

#675aab #ab675a #5aab67

Analogous Colors of #675aab

#675aab #905aab #5a76ab

Monochromatic Colors of #675aab

#675aab

Complementary Color

#675aab #9eab5a

#675aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#675aab Color CSS Codes

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

#675aab Text Font Color

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

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


#675aab Background Color

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

This div background color is #675aab


#675aab Border Color

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

This div border color is #675aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675aab


Comments

No comments written yet.

Please login to write comment.