Color Hex Logo

#6735ac Color Hex

#6735AC
(103,53,172)
0 Favorites   0 Comments

Color spaces of #6735ac

RGB 10353172
HSL0.740.530.44
HSV265°69°67°
CMYK 0.400.690.00   0.33
XYZ14.31308.408339.8983
Yxy8.40830.22860.1343
Hunter Lab28.997137.3630-61.2817
CIE-Lab34.819146.9637-55.4989

#6735ac color RGB value is (103,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00110101 10101100
Octal 147 65 254
Decimal 103 53 172
Hex 67 35 AC

RGB Percentages of Color #6735ac

%31.40
%16.16
%52.44

CMYK Percentages of Color #6735ac

%40
%69
%0
%33

Triadic Colors of #6735ac

#6735ac #ac6735 #35ac67

Analogous Colors of #6735ac

#6735ac #a335ac #353fac

Monochromatic Colors of #6735ac

#6735ac

Complementary Color

#6735ac #7aac35

#6735ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6735ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6735ac Color CSS Codes

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

#6735ac Text Font Color

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

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


#6735ac Background Color

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

This div background color is #6735ac


#6735ac Border Color

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

This div border color is #6735ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,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 #6735ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6735ac


Comments

No comments written yet.

Please login to write comment.