Color Hex Logo

#675caa Color Hex

#675CAA
(103,92,170)
0 Favorites   0 Comments

Color spaces of #675caa

RGB 10392170
HSL0.690.310.51
HSV248°46°67°
CMYK 0.390.460.00   0.33
XYZ16.676413.440139.7455
Yxy13.44010.23870.1924
Hunter Lab36.660717.0406-38.6163
CIE-Lab43.419023.7975-40.4886

#675caa color RGB value is (103,92,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011100 10101010
Octal 147 134 252
Decimal 103 92 170
Hex 67 5C AA

RGB Percentages of Color #675caa

%28.22
%25.21
%46.58

CMYK Percentages of Color #675caa

%39
%46
%0
%33

Triadic Colors of #675caa

#675caa #aa675c #5caa67

Analogous Colors of #675caa

#675caa #8e5caa #5c78aa

Monochromatic Colors of #675caa

#675caa

Complementary Color

#675caa #9faa5c

#675caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#675caa Color CSS Codes

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

#675caa Text Font Color

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

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


#675caa Background Color

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

This div background color is #675caa


#675caa Border Color

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

This div border color is #675caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675caa


Comments

No comments written yet.

Please login to write comment.