Color Hex Logo

#68215f Color Hex

#68215F
(104,33,95)
0 Favorites   0 Comments

Color spaces of #68215f

RGB 1043395
HSL0.850.520.27
HSV308°68°41°
CMYK 0.000.680.09   0.59
XYZ8.31834.857011.3255
Yxy4.85700.33950.1982
Hunter Lab22.038628.8059-15.0417
CIE-Lab26.323439.5625-21.0866

#68215f color RGB value is (104,33,95).

#68215f hex color red value is 104, green value is 33 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #68215f hue: 0.85 , saturation: 0.52 and the lightness value of 68215f is 0.27.

The process color (four color CMYK) of #68215f color hex is 0.00, 0.68, 0.09, 0.59. Web safe color of #68215f is #663366. Color #68215f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100001 01011111
Octal 150 41 137
Decimal 104 33 95
Hex 68 21 5F

RGB Percentages of Color #68215f

%44.83
%14.22
%40.95

CMYK Percentages of Color #68215f

%0
%68
%9
%59

Triadic Colors of #68215f

#68215f #5f6821 #215f68

Analogous Colors of #68215f

#68215f #68213c #4e2168

Monochromatic Colors of #68215f

#68215f

Complementary Color

#68215f #21682a

#68215f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68215f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68215f Color CSS Codes

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

#68215f Text Font Color

<p style="color:#68215f">Text here</p>

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


#68215f Background Color

<div style="background-color:#68215f">
Div content here</div>

This div background color is #68215f


#68215f Border Color

<div style="border:3px solid #68215f">
Div here</div>

This div border color is #68215f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,33,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68215f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68215f;
  -webkit-box-shadow: 1px 1px 3px 2px #68215f;
  box-shadow:         1px 1px 3px 2px #68215f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68215f


Comments

No comments written yet.

Please login to write comment.