Color Hex Logo

#6835ac Color Hex

#6835AC
(104,53,172)
0 Favorites   0 Comments

Color spaces of #6835ac

RGB 10453172
HSL0.740.530.44
HSV266°69°67°
CMYK 0.400.690.00   0.33
XYZ14.42848.467839.9037
Yxy8.46780.22980.1348
Hunter Lab29.099537.5816-60.9339
CIE-Lab34.938747.1612-55.2992

#6835ac color RGB value is (104,53,172).

#6835ac hex color red value is 104, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6835ac hue: 0.74 , saturation: 0.53 and the lightness value of 6835ac is 0.44.

The process color (four color CMYK) of #6835ac color hex is 0.40, 0.69, 0.00, 0.33. Web safe color of #6835ac is #663399. Color #6835ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 00110101 10101100
Octal 150 65 254
Decimal 104 53 172
Hex 68 35 AC

RGB Percentages of Color #6835ac

%31.61
%16.11
%52.28

CMYK Percentages of Color #6835ac

%40
%69
%0
%33

Triadic Colors of #6835ac

#6835ac #ac6835 #35ac68

Analogous Colors of #6835ac

#6835ac #a435ac #353eac

Monochromatic Colors of #6835ac

#6835ac

Complementary Color

#6835ac #79ac35

#6835ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6835ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6835ac Color CSS Codes

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

#6835ac Text Font Color

<p style="color:#6835ac">Text here</p>

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


#6835ac Background Color

<div style="background-color:#6835ac">
Div content here</div>

This div background color is #6835ac


#6835ac Border Color

<div style="border:3px solid #6835ac">
Div here</div>

This div border color is #6835ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,53,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6835ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6835ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6835ac;
  box-shadow:         1px 1px 3px 2px #6835ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6835ac


Comments

No comments written yet.

Please login to write comment.