Color Hex Logo

#675080 Color Hex

#675080
(103,80,128)
0 Favorites   0 Comments

Color spaces of #675080

RGB 10380128
HSL0.750.230.41
HSV269°38°50°
CMYK 0.200.380.00   0.50
XYZ12.358510.179421.7355
Yxy10.17940.27910.2299
Hunter Lab31.905213.3081-18.0579
CIE-Lab38.162519.8471-23.5035

#675080 color RGB value is (103,80,128).

#675080 hex color red value is 103, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #675080 hue: 0.75 , saturation: 0.23 and the lightness value of 675080 is 0.41.

The process color (four color CMYK) of #675080 color hex is 0.20, 0.38, 0.00, 0.50. Web safe color of #675080 is #666699. Color #675080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010000 10000000
Octal 147 120 200
Decimal 103 80 128
Hex 67 50 80

RGB Percentages of Color #675080

%33.12
%25.72
%41.16

CMYK Percentages of Color #675080

%20
%38
%0
%50

Triadic Colors of #675080

#675080 #806750 #508067

Analogous Colors of #675080

#675080 #7f5080 #505180

Monochromatic Colors of #675080

#675080

Complementary Color

#675080 #698050

#675080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675080 Color CSS Codes

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

#675080 Text Font Color

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

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


#675080 Background Color

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

This div background color is #675080


#675080 Border Color

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

This div border color is #675080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675080


Comments

No comments written yet.

Please login to write comment.