Color Hex Logo

#67124e Color Hex

#67124E
(103,18,78)
0 Favorites   0 Comments

Color spaces of #67124e

RGB 1031878
HSL0.880.700.24
HSV318°83°40°
CMYK 0.000.830.24   0.60
XYZ7.18503.86627.5753
Yxy3.86620.38570.2076
Hunter Lab19.662730.8167-9.0784
CIE-Lab23.224142.3442-14.6300

#67124e color RGB value is (103,18,78).

#67124e hex color red value is 103, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #67124e hue: 0.88 , saturation: 0.70 and the lightness value of 67124e is 0.24.

The process color (four color CMYK) of #67124e color hex is 0.00, 0.83, 0.24, 0.60. Web safe color of #67124e is #660066. Color #67124e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 01001110
Octal 147 22 116
Decimal 103 18 78
Hex 67 12 4E

RGB Percentages of Color #67124e

%51.76
%9.05
%39.20

CMYK Percentages of Color #67124e

%0
%83
%24
%60

Triadic Colors of #67124e

#67124e #4e6712 #124e67

Analogous Colors of #67124e

#67124e #671224 #561267

Monochromatic Colors of #67124e

#67124e

Complementary Color

#67124e #12672b

#67124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67124e Color CSS Codes

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

#67124e Text Font Color

<p style="color:#67124e">Text here</p>

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


#67124e Background Color

<div style="background-color:#67124e">
Div content here</div>

This div background color is #67124e


#67124e Border Color

<div style="border:3px solid #67124e">
Div here</div>

This div border color is #67124e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,18,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67124e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67124e;
  -webkit-box-shadow: 1px 1px 3px 2px #67124e;
  box-shadow:         1px 1px 3px 2px #67124e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67124e


Comments

No comments written yet.

Please login to write comment.