Color Hex Logo

#675faf Color Hex

#675FAF
(103,95,175)
0 Favorites   0 Comments

Color spaces of #675faf

RGB 10395175
HSL0.680.330.53
HSV246°46°69°
CMYK 0.410.460.00   0.31
XYZ17.423614.163142.3729
Yxy14.16310.23560.1915
Hunter Lab37.633916.7819-40.4123
CIE-Lab44.465923.4046-41.7663

#675faf color RGB value is (103,95,175).

#675faf hex color red value is 103, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #675faf hue: 0.68 , saturation: 0.33 and the lightness value of 675faf is 0.53.

The process color (four color CMYK) of #675faf color hex is 0.41, 0.46, 0.00, 0.31. Web safe color of #675faf is #666699. Color #675faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011111 10101111
Octal 147 137 257
Decimal 103 95 175
Hex 67 5F AF

RGB Percentages of Color #675faf

%27.61
%25.47
%46.92

CMYK Percentages of Color #675faf

%41
%46
%0
%31

Triadic Colors of #675faf

#675faf #af675f #5faf67

Analogous Colors of #675faf

#675faf #8f5faf #5f7faf

Monochromatic Colors of #675faf

#675faf

Complementary Color

#675faf #a7af5f

#675faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#675faf Color CSS Codes

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

#675faf Text Font Color

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

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


#675faf Background Color

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

This div background color is #675faf


#675faf Border Color

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

This div border color is #675faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675faf


Comments

No comments written yet.

Please login to write comment.