Color Hex Logo

#6134ad Color Hex

#6134AD
(97,52,173)
0 Favorites   0 Comments

Color spaces of #6134ad

RGB 9752173
HSL0.730.540.44
HSV262°70°68°
CMYK 0.440.700.00   0.32
XYZ13.70068.014540.3600
Yxy8.01450.22070.1291
Hunter Lab28.309936.8429-64.7099
CIE-Lab34.013146.5888-57.4387

#6134ad color RGB value is (97,52,173).

#6134ad hex color red value is 97, green value is 52 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6134ad hue: 0.73 , saturation: 0.54 and the lightness value of 6134ad is 0.44.

The process color (four color CMYK) of #6134ad color hex is 0.44, 0.70, 0.00, 0.32. Web safe color of #6134ad is #663399. Color #6134ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110100 10101101
Octal 141 64 255
Decimal 97 52 173
Hex 61 34 AD

RGB Percentages of Color #6134ad

%30.12
%16.15
%53.73

CMYK Percentages of Color #6134ad

%44
%70
%0
%32

Triadic Colors of #6134ad

#6134ad #ad6134 #34ad61

Analogous Colors of #6134ad

#6134ad #9e34ad #3443ad

Monochromatic Colors of #6134ad

#6134ad

Complementary Color

#6134ad #80ad34

#6134ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6134ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6134ad Color CSS Codes

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

#6134ad Text Font Color

<p style="color:#6134ad">Text here</p>

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


#6134ad Background Color

<div style="background-color:#6134ad">
Div content here</div>

This div background color is #6134ad


#6134ad Border Color

<div style="border:3px solid #6134ad">
Div here</div>

This div border color is #6134ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,52,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6134ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6134ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6134ad;
  box-shadow:         1px 1px 3px 2px #6134ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,52,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6134ad


Comments

No comments written yet.

Please login to write comment.