Color Hex Logo

#67218d Color Hex

#67218D
(103,33,141)
0 Favorites   0 Comments

Color spaces of #67218d

RGB 10333141
HSL0.770.620.34
HSV279°77°55°
CMYK 0.270.770.00   0.45
XYZ10.94515.894425.7602
Yxy5.89440.25690.1384
Hunter Lab24.278437.9836-45.9139
CIE-Lab29.144548.6679-45.8619

#67218d color RGB value is (103,33,141).

#67218d hex color red value is 103, green value is 33 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #67218d hue: 0.77 , saturation: 0.62 and the lightness value of 67218d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100001 10001101
Octal 147 41 215
Decimal 103 33 141
Hex 67 21 8D

RGB Percentages of Color #67218d

%37.18
%11.91
%50.90

CMYK Percentages of Color #67218d

%27
%77
%0
%45

Triadic Colors of #67218d

#67218d #8d6721 #218d67

Analogous Colors of #67218d

#67218d #8d217d #31218d

Monochromatic Colors of #67218d

#67218d

Complementary Color

#67218d #478d21

#67218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67218d Color CSS Codes

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

#67218d Text Font Color

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

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


#67218d Background Color

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

This div background color is #67218d


#67218d Border Color

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

This div border color is #67218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67218d


Comments

No comments written yet.

Please login to write comment.