Color Hex Logo

#675690 Color Hex

#675690
(103,86,144)
0 Favorites   0 Comments

Color spaces of #675690

RGB 10386144
HSL0.720.250.45
HSV258°40°56°
CMYK 0.280.400.00   0.44
XYZ13.955311.552827.8799
Yxy11.55280.26140.2164
Hunter Lab33.989413.8067-24.8402
CIE-Lab40.496420.2582-29.5935

#675690 color RGB value is (103,86,144).

#675690 hex color red value is 103, green value is 86 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #675690 hue: 0.72 , saturation: 0.25 and the lightness value of 675690 is 0.45.

The process color (four color CMYK) of #675690 color hex is 0.28, 0.40, 0.00, 0.44. Web safe color of #675690 is #666699. Color #675690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010110 10010000
Octal 147 126 220
Decimal 103 86 144
Hex 67 56 90

RGB Percentages of Color #675690

%30.93
%25.83
%43.24

CMYK Percentages of Color #675690

%28
%40
%0
%44

Triadic Colors of #675690

#675690 #906756 #569067

Analogous Colors of #675690

#675690 #845690 #566290

Monochromatic Colors of #675690

#675690

Complementary Color

#675690 #7f9056

#675690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675690 Color CSS Codes

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

#675690 Text Font Color

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

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


#675690 Background Color

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

This div background color is #675690


#675690 Border Color

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

This div border color is #675690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,86,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675690;
  -webkit-box-shadow: 1px 1px 3px 2px #675690;
  box-shadow:         1px 1px 3px 2px #675690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675690


Comments

No comments written yet.

Please login to write comment.