Color Hex Logo

#68335b Color Hex

#68335B
(104,51,91)
0 Favorites   0 Comments

Color spaces of #68335b

RGB 1045191
HSL0.870.340.30
HSV315°51°41°
CMYK 0.000.510.13   0.59
XYZ8.78116.066010.6056
Yxy6.06600.34500.2383
Hunter Lab24.629320.5397-8.2904
CIE-Lab29.578429.5754-13.4379

#68335b color RGB value is (104,51,91).

#68335b hex color red value is 104, green value is 51 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #68335b hue: 0.87 , saturation: 0.34 and the lightness value of 68335b is 0.30.

The process color (four color CMYK) of #68335b color hex is 0.00, 0.51, 0.13, 0.59. Web safe color of #68335b is #663366. Color #68335b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110011 01011011
Octal 150 63 133
Decimal 104 51 91
Hex 68 33 5B

RGB Percentages of Color #68335b

%42.28
%20.73
%36.99

CMYK Percentages of Color #68335b

%0
%51
%13
%59

Triadic Colors of #68335b

#68335b #5b6833 #335b68

Analogous Colors of #68335b

#68335b #683341 #5b3368

Monochromatic Colors of #68335b

#68335b

Complementary Color

#68335b #336840

#68335b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68335b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68335b Color CSS Codes

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

#68335b Text Font Color

<p style="color:#68335b">Text here</p>

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


#68335b Background Color

<div style="background-color:#68335b">
Div content here</div>

This div background color is #68335b


#68335b Border Color

<div style="border:3px solid #68335b">
Div here</div>

This div border color is #68335b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,51,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68335b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68335b;
  -webkit-box-shadow: 1px 1px 3px 2px #68335b;
  box-shadow:         1px 1px 3px 2px #68335b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68335b


Comments

No comments written yet.

Please login to write comment.