Color Hex Logo

#6247ad Color Hex

#6247AD
(98,71,173)
0 Favorites   0 Comments

Color spaces of #6247ad

RGB 9871173
HSL0.710.420.48
HSV256°59°68°
CMYK 0.430.590.00   0.32
XYZ14.833110.120340.7068
Yxy10.12030.22590.1541
Hunter Lab31.812427.5570-53.5981
CIE-Lab38.057536.1892-50.8759

#6247ad color RGB value is (98,71,173).

#6247ad hex color red value is 98, green value is 71 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6247ad hue: 0.71 , saturation: 0.42 and the lightness value of 6247ad is 0.48.

The process color (four color CMYK) of #6247ad color hex is 0.43, 0.59, 0.00, 0.32. Web safe color of #6247ad is #663399. Color #6247ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000111 10101101
Octal 142 107 255
Decimal 98 71 173
Hex 62 47 AD

RGB Percentages of Color #6247ad

%28.65
%20.76
%50.58

CMYK Percentages of Color #6247ad

%43
%59
%0
%32

Triadic Colors of #6247ad

#6247ad #ad6247 #47ad62

Analogous Colors of #6247ad

#6247ad #9547ad #475fad

Monochromatic Colors of #6247ad

#6247ad

Complementary Color

#6247ad #92ad47

#6247ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6247ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6247ad Color CSS Codes

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

#6247ad Text Font Color

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

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


#6247ad Background Color

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

This div background color is #6247ad


#6247ad Border Color

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

This div border color is #6247ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,71,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 #6247ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6247ad


Comments

No comments written yet.

Please login to write comment.