Color Hex Logo

#6224ba Color Hex

#6224BA
(98,36,186)
0 Favorites   0 Comments

Color spaces of #6224ba

RGB 9836186
HSL0.740.680.44
HSV265°81°73°
CMYK 0.470.810.00   0.27
XYZ14.53087.403647.1176
Yxy7.40360.21040.1072
Hunter Lab27.209647.7082-83.6232
CIE-Lab32.708657.4034-67.2960

#6224ba color RGB value is (98,36,186).

#6224ba hex color red value is 98, green value is 36 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6224ba hue: 0.74 , saturation: 0.68 and the lightness value of 6224ba is 0.44.

The process color (four color CMYK) of #6224ba color hex is 0.47, 0.81, 0.00, 0.27. Web safe color of #6224ba is #6633cc. Color #6224ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100100 10111010
Octal 142 44 272
Decimal 98 36 186
Hex 62 24 BA

RGB Percentages of Color #6224ba

%30.63
%11.25
%58.13

CMYK Percentages of Color #6224ba

%47
%81
%0
%27

Triadic Colors of #6224ba

#6224ba #ba6224 #24ba62

Analogous Colors of #6224ba

#6224ba #ad24ba #2431ba

Monochromatic Colors of #6224ba

#6224ba

Complementary Color

#6224ba #7cba24

#6224ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6224ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6224ba Color CSS Codes

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

#6224ba Text Font Color

<p style="color:#6224ba">Text here</p>

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


#6224ba Background Color

<div style="background-color:#6224ba">
Div content here</div>

This div background color is #6224ba


#6224ba Border Color

<div style="border:3px solid #6224ba">
Div here</div>

This div border color is #6224ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,36,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6224ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6224ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6224ba;
  box-shadow:         1px 1px 3px 2px #6224ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,36,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6224ba


Comments

No comments written yet.

Please login to write comment.