Color Hex Logo

#675077 Color Hex

#675077
(103,80,119)
0 Favorites   0 Comments

Color spaces of #675077

RGB 10380119
HSL0.760.200.39
HSV275°33°47°
CMYK 0.130.330.00   0.53
XYZ11.79209.952818.7523
Yxy9.95280.29120.2458
Hunter Lab31.548111.5104-13.1586
CIE-Lab37.757617.6613-18.5888

#675077 color RGB value is (103,80,119).

#675077 hex color red value is 103, green value is 80 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #675077 hue: 0.76 , saturation: 0.20 and the lightness value of 675077 is 0.39.

The process color (four color CMYK) of #675077 color hex is 0.13, 0.33, 0.00, 0.53. Web safe color of #675077 is #666666. Color #675077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010000 01110111
Octal 147 120 167
Decimal 103 80 119
Hex 67 50 77

RGB Percentages of Color #675077

%34.11
%26.49
%39.40

CMYK Percentages of Color #675077

%13
%33
%0
%53

Triadic Colors of #675077

#675077 #776750 #507767

Analogous Colors of #675077

#675077 #775074 #545077

Monochromatic Colors of #675077

#675077

Complementary Color

#675077 #607750

#675077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675077 Color CSS Codes

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

#675077 Text Font Color

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

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


#675077 Background Color

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

This div background color is #675077


#675077 Border Color

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

This div border color is #675077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675077


Comments

No comments written yet.

Please login to write comment.