Color Hex Logo

#6024ab Color Hex

#6024AB
(96,36,171)
0 Favorites   0 Comments

Color spaces of #6024ab

RGB 9636171
HSL0.740.650.41
HSV267°79°67°
CMYK 0.440.790.00   0.33
XYZ12.80546.688839.1442
Yxy6.68880.21840.1141
Hunter Lab25.862743.1209-71.6338
CIE-Lab31.087753.3592-61.0251

#6024ab color RGB value is (96,36,171).

#6024ab hex color red value is 96, green value is 36 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6024ab hue: 0.74 , saturation: 0.65 and the lightness value of 6024ab is 0.41.

The process color (four color CMYK) of #6024ab color hex is 0.44, 0.79, 0.00, 0.33. Web safe color of #6024ab is #663399. Color #6024ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100100 10101011
Octal 140 44 253
Decimal 96 36 171
Hex 60 24 AB

RGB Percentages of Color #6024ab

%31.68
%11.88
%56.44

CMYK Percentages of Color #6024ab

%44
%79
%0
%33

Triadic Colors of #6024ab

#6024ab #ab6024 #24ab60

Analogous Colors of #6024ab

#6024ab #a424ab #242cab

Monochromatic Colors of #6024ab

#6024ab

Complementary Color

#6024ab #6fab24

#6024ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6024ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6024ab Color CSS Codes

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

#6024ab Text Font Color

<p style="color:#6024ab">Text here</p>

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


#6024ab Background Color

<div style="background-color:#6024ab">
Div content here</div>

This div background color is #6024ab


#6024ab Border Color

<div style="border:3px solid #6024ab">
Div here</div>

This div border color is #6024ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,36,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6024ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6024ab;
  -webkit-box-shadow: 1px 1px 3px 2px #6024ab;
  box-shadow:         1px 1px 3px 2px #6024ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6024ab


Comments

No comments written yet.

Please login to write comment.