Color Hex Logo

#67295c Color Hex

#67295C
(103,41,92)
0 Favorites   0 Comments

Color spaces of #67295c

RGB 1034192
HSL0.860.430.28
HSV311°60°40°
CMYK 0.000.600.11   0.60
XYZ8.31825.242110.6986
Yxy5.24210.34290.2161
Hunter Lab22.895624.7834-11.6779
CIE-Lab27.413734.8623-17.4384

#67295c color RGB value is (103,41,92).

#67295c hex color red value is 103, green value is 41 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #67295c hue: 0.86 , saturation: 0.43 and the lightness value of 67295c is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101001 01011100
Octal 147 51 134
Decimal 103 41 92
Hex 67 29 5C

RGB Percentages of Color #67295c

%43.64
%17.37
%38.98

CMYK Percentages of Color #67295c

%0
%60
%11
%60

Triadic Colors of #67295c

#67295c #5c6729 #295c67

Analogous Colors of #67295c

#67295c #67293d #532967

Monochromatic Colors of #67295c

#67295c

Complementary Color

#67295c #296734

#67295c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67295c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67295c Color CSS Codes

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

#67295c Text Font Color

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

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


#67295c Background Color

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

This div background color is #67295c


#67295c Border Color

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

This div border color is #67295c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,41,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 #67295c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67295c

#67295c Color Palettes


Comments

No comments written yet.

Please login to write comment.