Color Hex Logo

#6225ae Color Hex

#6225AE
(98,37,174)
0 Favorites   0 Comments

Color spaces of #6225ae

RGB 9837174
HSL0.740.650.41
HSV267°79°68°
CMYK 0.440.790.00   0.32
XYZ13.33866.975840.6878
Yxy6.97580.21870.1144
Hunter Lab26.411743.9265-72.8492
CIE-Lab31.751854.0063-61.7254

#6225ae color RGB value is (98,37,174).

#6225ae hex color red value is 98, green value is 37 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6225ae hue: 0.74 , saturation: 0.65 and the lightness value of 6225ae is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100101 10101110
Octal 142 45 256
Decimal 98 37 174
Hex 62 25 AE

RGB Percentages of Color #6225ae

%31.72
%11.97
%56.31

CMYK Percentages of Color #6225ae

%44
%79
%0
%32

Triadic Colors of #6225ae

#6225ae #ae6225 #25ae62

Analogous Colors of #6225ae

#6225ae #a725ae #252cae

Monochromatic Colors of #6225ae

#6225ae

Complementary Color

#6225ae #71ae25

#6225ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6225ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6225ae Color CSS Codes

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

#6225ae Text Font Color

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

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


#6225ae Background Color

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

This div background color is #6225ae


#6225ae Border Color

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

This div border color is #6225ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6225ae


Comments

No comments written yet.

Please login to write comment.