Color Hex Logo

#68235c Color Hex

#68235C
(104,35,92)
0 Favorites   0 Comments

Color spaces of #68235c

RGB 1043592
HSL0.860.500.27
HSV310°66°41°
CMYK 0.000.660.12   0.59
XYZ8.24174.917810.6401
Yxy4.91780.34630.2066
Hunter Lab22.176127.5309-12.9241
CIE-Lab26.499338.1209-18.8464

#68235c color RGB value is (104,35,92).

#68235c hex color red value is 104, green value is 35 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #68235c hue: 0.86 , saturation: 0.50 and the lightness value of 68235c is 0.27.

The process color (four color CMYK) of #68235c color hex is 0.00, 0.66, 0.12, 0.59. Web safe color of #68235c is #663366. Color #68235c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00100011 01011100
Octal 150 43 134
Decimal 104 35 92
Hex 68 23 5C

RGB Percentages of Color #68235c

%45.02
%15.15
%39.83

CMYK Percentages of Color #68235c

%0
%66
%12
%59

Triadic Colors of #68235c

#68235c #5c6823 #235c68

Analogous Colors of #68235c

#68235c #68233a #512368

Monochromatic Colors of #68235c

#68235c

Complementary Color

#68235c #23682f

#68235c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68235c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68235c Color CSS Codes

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

#68235c Text Font Color

<p style="color:#68235c">Text here</p>

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


#68235c Background Color

<div style="background-color:#68235c">
Div content here</div>

This div background color is #68235c


#68235c Border Color

<div style="border:3px solid #68235c">
Div here</div>

This div border color is #68235c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,35,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68235c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68235c;
  -webkit-box-shadow: 1px 1px 3px 2px #68235c;
  box-shadow:         1px 1px 3px 2px #68235c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68235c


Comments

No comments written yet.

Please login to write comment.