Color Hex Logo

#68298c Color Hex

#68298C
(104,41,140)
0 Favorites   0 Comments

Color spaces of #68298c

RGB 10441140
HSL0.770.550.35
HSV278°71°55°
CMYK 0.260.710.00   0.45
XYZ11.23556.422425.4584
Yxy6.42240.26060.1490
Hunter Lab25.342534.7881-41.8215
CIE-Lab30.454145.1557-43.1190

#68298c color RGB value is (104,41,140).

#68298c hex color red value is 104, green value is 41 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #68298c hue: 0.77 , saturation: 0.55 and the lightness value of 68298c is 0.35.

The process color (four color CMYK) of #68298c color hex is 0.26, 0.71, 0.00, 0.45. Web safe color of #68298c is #663399. Color #68298c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00101001 10001100
Octal 150 51 214
Decimal 104 41 140
Hex 68 29 8C

RGB Percentages of Color #68298c

%36.49
%14.39
%49.12

CMYK Percentages of Color #68298c

%26
%71
%0
%45

Triadic Colors of #68298c

#68298c #8c6829 #298c68

Analogous Colors of #68298c

#68298c #8c297f #37298c

Monochromatic Colors of #68298c

#68298c

Complementary Color

#68298c #4d8c29

#68298c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68298c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68298c Color CSS Codes

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

#68298c Text Font Color

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

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


#68298c Background Color

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

This div background color is #68298c


#68298c Border Color

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

This div border color is #68298c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68298c


Comments

No comments written yet.

Please login to write comment.