Color Hex Logo

#675878 Color Hex

#675878
(103,88,120)
0 Favorites   0 Comments

Color spaces of #675878

RGB 10388120
HSL0.740.150.41
HSV268°27°47°
CMYK 0.140.270.00   0.53
XYZ12.473411.219119.2774
Yxy11.21910.29030.2611
Hunter Lab33.49497.8567-10.6768
CIE-Lab39.947112.9376-15.8429

#675878 color RGB value is (103,88,120).

#675878 hex color red value is 103, green value is 88 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #675878 hue: 0.74 , saturation: 0.15 and the lightness value of 675878 is 0.41.

The process color (four color CMYK) of #675878 color hex is 0.14, 0.27, 0.00, 0.53. Web safe color of #675878 is #666666. Color #675878 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011000 01111000
Octal 147 130 170
Decimal 103 88 120
Hex 67 58 78

RGB Percentages of Color #675878

%33.12
%28.30
%38.59

CMYK Percentages of Color #675878

%14
%27
%0
%53

Triadic Colors of #675878

#675878 #786758 #587867

Analogous Colors of #675878

#675878 #775878 #585978

Monochromatic Colors of #675878

#675878

Complementary Color

#675878 #697858

#675878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675878 Color CSS Codes

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

#675878 Text Font Color

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

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


#675878 Background Color

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

This div background color is #675878


#675878 Border Color

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

This div border color is #675878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675878


Comments

No comments written yet.

Please login to write comment.