Color Hex Logo

#67498d Color Hex

#67498D
(103,73,141)
0 Favorites   0 Comments

Color spaces of #67498d

RGB 10373141
HSL0.740.320.42
HSV266°48°55°
CMYK 0.270.480.00   0.45
XYZ12.78389.571726.3731
Yxy9.57170.26230.1964
Hunter Lab30.938219.6153-28.8848
CIE-Lab37.062527.4615-33.1834

#67498d color RGB value is (103,73,141).

#67498d hex color red value is 103, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #67498d hue: 0.74 , saturation: 0.32 and the lightness value of 67498d is 0.42.

The process color (four color CMYK) of #67498d color hex is 0.27, 0.48, 0.00, 0.45. Web safe color of #67498d is #663399. Color #67498d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001001 10001101
Octal 147 111 215
Decimal 103 73 141
Hex 67 49 8D

RGB Percentages of Color #67498d

%32.49
%23.03
%44.48

CMYK Percentages of Color #67498d

%27
%48
%0
%45

Triadic Colors of #67498d

#67498d #8d6749 #498d67

Analogous Colors of #67498d

#67498d #89498d #494d8d

Monochromatic Colors of #67498d

#67498d

Complementary Color

#67498d #6f8d49

#67498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67498d Color CSS Codes

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

#67498d Text Font Color

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

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


#67498d Background Color

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

This div background color is #67498d


#67498d Border Color

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

This div border color is #67498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67498d


Comments

No comments written yet.

Please login to write comment.