Color Hex Logo

#67216e Color Hex

#67216E
(103,33,110)
0 Favorites   0 Comments

Color spaces of #67216e

RGB 10333110
HSL0.820.540.28
HSV295°70°43°
CMYK 0.060.700.00   0.57
XYZ8.95185.097115.2639
Yxy5.09710.30540.1739
Hunter Lab22.576831.2668-24.2816
CIE-Lab27.009642.1028-29.7414

#67216e color RGB value is (103,33,110).

#67216e hex color red value is 103, green value is 33 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #67216e hue: 0.82 , saturation: 0.54 and the lightness value of 67216e is 0.28.

The process color (four color CMYK) of #67216e color hex is 0.06, 0.70, 0.00, 0.57. Web safe color of #67216e is #663366. Color #67216e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 01101110
Octal 147 41 156
Decimal 103 33 110
Hex 67 21 6E

RGB Percentages of Color #67216e

%41.87
%13.41
%44.72

CMYK Percentages of Color #67216e

%6
%70
%0
%57

Triadic Colors of #67216e

#67216e #6e6721 #216e67

Analogous Colors of #67216e

#67216e #6e214e #41216e

Monochromatic Colors of #67216e

#67216e

Complementary Color

#67216e #286e21

#67216e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67216e Color Preview on White Background

Lorem ipsum dolor sit amet.

#67216e Color CSS Codes

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

#67216e Text Font Color

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

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


#67216e Background Color

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

This div background color is #67216e


#67216e Border Color

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

This div border color is #67216e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67216e


Comments

No comments written yet.

Please login to write comment.