Color Hex Logo

#6245ae Color Hex

#6245AE
(98,69,174)
0 Favorites   0 Comments

Color spaces of #6245ae

RGB 9869174
HSL0.710.430.48
HSV257°60°68°
CMYK 0.440.600.00   0.32
XYZ14.80519.908941.1767
Yxy9.90890.22470.1504
Hunter Lab31.478428.8659-55.5220
CIE-Lab37.678437.6535-52.0817

#6245ae color RGB value is (98,69,174).

#6245ae hex color red value is 98, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6245ae hue: 0.71 , saturation: 0.43 and the lightness value of 6245ae is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000101 10101110
Octal 142 105 256
Decimal 98 69 174
Hex 62 45 AE

RGB Percentages of Color #6245ae

%28.74
%20.23
%51.03

CMYK Percentages of Color #6245ae

%44
%60
%0
%32

Triadic Colors of #6245ae

#6245ae #ae6245 #45ae62

Analogous Colors of #6245ae

#6245ae #9745ae #455dae

Monochromatic Colors of #6245ae

#6245ae

Complementary Color

#6245ae #91ae45

#6245ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6245ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6245ae Color CSS Codes

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

#6245ae Text Font Color

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

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


#6245ae Background Color

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

This div background color is #6245ae


#6245ae Border Color

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

This div border color is #6245ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6245ae


Comments

No comments written yet.

Please login to write comment.