Color Hex Logo

#6141ae Color Hex

#6141AE
(97,65,174)
0 Favorites   0 Comments

Color spaces of #6141ae

RGB 9765174
HSL0.720.460.47
HSV258°63°68°
CMYK 0.440.630.00   0.32
XYZ14.46009.378041.0924
Yxy9.37800.22270.1444
Hunter Lab30.623530.6941-58.1223
CIE-Lab36.702139.7550-53.6662

#6141ae color RGB value is (97,65,174).

#6141ae hex color red value is 97, green value is 65 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6141ae hue: 0.72 , saturation: 0.46 and the lightness value of 6141ae is 0.47.

The process color (four color CMYK) of #6141ae color hex is 0.44, 0.63, 0.00, 0.32. Web safe color of #6141ae is #663399. Color #6141ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000001 10101110
Octal 141 101 256
Decimal 97 65 174
Hex 61 41 AE

RGB Percentages of Color #6141ae

%28.87
%19.35
%51.79

CMYK Percentages of Color #6141ae

%44
%63
%0
%32

Triadic Colors of #6141ae

#6141ae #ae6141 #41ae61

Analogous Colors of #6141ae

#6141ae #9841ae #4157ae

Monochromatic Colors of #6141ae

#6141ae

Complementary Color

#6141ae #8eae41

#6141ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6141ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6141ae Color CSS Codes

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

#6141ae Text Font Color

<p style="color:#6141ae">Text here</p>

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


#6141ae Background Color

<div style="background-color:#6141ae">
Div content here</div>

This div background color is #6141ae


#6141ae Border Color

<div style="border:3px solid #6141ae">
Div here</div>

This div border color is #6141ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,65,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6141ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6141ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6141ae;
  box-shadow:         1px 1px 3px 2px #6141ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6141ae


Comments

No comments written yet.

Please login to write comment.