Color Hex Logo

#67074d Color Hex

#67074D
(103,7,77)
0 Favorites   0 Comments

Color spaces of #67074d

RGB 103777
HSL0.880.870.22
HSV316°93°40°
CMYK 0.000.930.25   0.60
XYZ7.00913.57137.3411
Yxy3.57130.39110.1993
Hunter Lab18.897933.1332-9.8034
CIE-Lab22.200345.0176-15.5385

#67074d color RGB value is (103,7,77).

#67074d hex color red value is 103, green value is 7 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #67074d hue: 0.88 , saturation: 0.87 and the lightness value of 67074d is 0.22.

The process color (four color CMYK) of #67074d color hex is 0.00, 0.93, 0.25, 0.60. Web safe color of #67074d is #660066. Color #67074d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00000111 01001101
Octal 147 7 115
Decimal 103 7 77
Hex 67 7 4D

RGB Percentages of Color #67074d

%55.08
%3.74
%41.18

CMYK Percentages of Color #67074d

%0
%93
%25
%60

Triadic Colors of #67074d

#67074d #4d6707 #074d67

Analogous Colors of #67074d

#67074d #67071d #510767

Monochromatic Colors of #67074d

#67074d

Complementary Color

#67074d #076721

#67074d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67074d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67074d Color CSS Codes

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

#67074d Text Font Color

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

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


#67074d Background Color

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

This div background color is #67074d


#67074d Border Color

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

This div border color is #67074d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,7,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67074d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67074d;
  -webkit-box-shadow: 1px 1px 3px 2px #67074d;
  box-shadow:         1px 1px 3px 2px #67074d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67074d


Comments

No comments written yet.

Please login to write comment.