Color Hex Logo

#67557e Color Hex

#67557E
(103,85,126)
0 Favorites   0 Comments

Color spaces of #67557e

RGB 10385126
HSL0.740.190.41
HSV266°33°49°
CMYK 0.180.330.00   0.51
XYZ12.607910.886921.1755
Yxy10.88690.28220.2437
Hunter Lab32.995310.4652-14.9540
CIE-Lab39.389316.2517-20.3757

#67557e color RGB value is (103,85,126).

#67557e hex color red value is 103, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #67557e hue: 0.74 , saturation: 0.19 and the lightness value of 67557e is 0.41.

The process color (four color CMYK) of #67557e color hex is 0.18, 0.33, 0.00, 0.51. Web safe color of #67557e is #666666. Color #67557e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010101 01111110
Octal 147 125 176
Decimal 103 85 126
Hex 67 55 7E

RGB Percentages of Color #67557e

%32.80
%27.07
%40.13

CMYK Percentages of Color #67557e

%18
%33
%0
%51

Triadic Colors of #67557e

#67557e #7e6755 #557e67

Analogous Colors of #67557e

#67557e #7c557e #55587e

Monochromatic Colors of #67557e

#67557e

Complementary Color

#67557e #6c7e55

#67557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67557e Color CSS Codes

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

#67557e Text Font Color

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

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


#67557e Background Color

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

This div background color is #67557e


#67557e Border Color

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

This div border color is #67557e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,85,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67557e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67557e;
  -webkit-box-shadow: 1px 1px 3px 2px #67557e;
  box-shadow:         1px 1px 3px 2px #67557e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67557e

#67557e Color Palettes


Comments

No comments written yet.

Please login to write comment.