Color Hex Logo

#67425c Color Hex

#67425C
(103,66,92)
0 Favorites   0 Comments

Color spaces of #67425c

RGB 1036692
HSL0.880.220.33
HSV318°36°40°
CMYK 0.000.360.11   0.60
XYZ9.47357.552711.0837
Yxy7.55270.33700.2687
Hunter Lab27.482213.4377-4.6744
CIE-Lab33.033420.4743-8.8434

#67425c color RGB value is (103,66,92).

#67425c hex color red value is 103, green value is 66 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #67425c hue: 0.88 , saturation: 0.22 and the lightness value of 67425c is 0.33.

The process color (four color CMYK) of #67425c color hex is 0.00, 0.36, 0.11, 0.60. Web safe color of #67425c is #663366. Color #67425c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01000010 01011100
Octal 147 102 134
Decimal 103 66 92
Hex 67 42 5C

RGB Percentages of Color #67425c

%39.46
%25.29
%35.25

CMYK Percentages of Color #67425c

%0
%36
%11
%60

Triadic Colors of #67425c

#67425c #5c6742 #425c67

Analogous Colors of #67425c

#67425c #67424a #604267

Monochromatic Colors of #67425c

#67425c

Complementary Color

#67425c #42674d

#67425c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67425c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67425c Color CSS Codes

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

#67425c Text Font Color

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

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


#67425c Background Color

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

This div background color is #67425c


#67425c Border Color

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

This div border color is #67425c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,66,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67425c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67425c;
  -webkit-box-shadow: 1px 1px 3px 2px #67425c;
  box-shadow:         1px 1px 3px 2px #67425c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67425c


Comments

No comments written yet.

Please login to write comment.