Color Hex Logo

#68096b Color Hex

#68096B
(104,9,107)
0 Favorites   0 Comments

Color spaces of #68096b

RGB 1049107
HSL0.830.840.23
HSV298°92°42°
CMYK 0.030.920.00   0.58
XYZ8.46044.200014.2747
Yxy4.20000.31410.1559
Hunter Lab20.493937.8250-26.9518
CIE-Lab24.321949.4466-32.0807

#68096b color RGB value is (104,9,107).

#68096b hex color red value is 104, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #68096b hue: 0.83 , saturation: 0.84 and the lightness value of 68096b is 0.23.

The process color (four color CMYK) of #68096b color hex is 0.03, 0.92, 0.00, 0.58. Web safe color of #68096b is #660066. Color #68096b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00001001 01101011
Octal 150 11 153
Decimal 104 9 107
Hex 68 9 6B

RGB Percentages of Color #68096b

%47.27
%4.09
%48.64

CMYK Percentages of Color #68096b

%3
%92
%0
%58

Triadic Colors of #68096b

#68096b #6b6809 #096b68

Analogous Colors of #68096b

#68096b #6b093d #37096b

Monochromatic Colors of #68096b

#68096b

Complementary Color

#68096b #0c6b09

#68096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#68096b Color CSS Codes

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

#68096b Text Font Color

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

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


#68096b Background Color

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

This div background color is #68096b


#68096b Border Color

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

This div border color is #68096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68096b


Comments

No comments written yet.

Please login to write comment.