Color Hex Logo

#67295d Color Hex

#67295D
(103,41,93)
0 Favorites   0 Comments

Color spaces of #67295d

RGB 1034193
HSL0.860.430.28
HSV310°60°40°
CMYK 0.000.600.10   0.60
XYZ8.36225.259810.9304
Yxy5.25980.34060.2142
Hunter Lab22.934324.9490-12.2035
CIE-Lab27.462535.0426-18.0160

#67295d color RGB value is (103,41,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101001 01011101
Octal 147 51 135
Decimal 103 41 93
Hex 67 29 5D

RGB Percentages of Color #67295d

%43.46
%17.30
%39.24

CMYK Percentages of Color #67295d

%0
%60
%10
%60

Triadic Colors of #67295d

#67295d #5d6729 #295d67

Analogous Colors of #67295d

#67295d #67293e #522967

Monochromatic Colors of #67295d

#67295d

Complementary Color

#67295d #296733

#67295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67295d Color CSS Codes

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

#67295d Text Font Color

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

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


#67295d Background Color

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

This div background color is #67295d


#67295d Border Color

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

This div border color is #67295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67295d


Comments

No comments written yet.

Please login to write comment.