Color Hex Logo

#6018a4 Color Hex

#6018A4
(96,24,164)
0 Favorites   0 Comments

Color spaces of #6018a4

RGB 9624164
HSL0.750.740.37
HSV271°85°64°
CMYK 0.410.850.00   0.36
XYZ11.85135.820435.6208
Yxy5.82040.22240.1092
Hunter Lab24.125545.4659-70.6526
CIE-Lab28.954856.0219-60.3009

#6018a4 color RGB value is (96,24,164).

#6018a4 hex color red value is 96, green value is 24 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #6018a4 hue: 0.75 , saturation: 0.74 and the lightness value of 6018a4 is 0.37.

The process color (four color CMYK) of #6018a4 color hex is 0.41, 0.85, 0.00, 0.36. Web safe color of #6018a4 is #660099. Color #6018a4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011000 10100100
Octal 140 30 244
Decimal 96 24 164
Hex 60 18 A4

RGB Percentages of Color #6018a4

%33.80
%8.45
%57.75

CMYK Percentages of Color #6018a4

%41
%85
%0
%36

Triadic Colors of #6018a4

#6018a4 #a46018 #18a460

Analogous Colors of #6018a4

#6018a4 #a418a2 #1a18a4

Monochromatic Colors of #6018a4

#6018a4

Complementary Color

#6018a4 #5ca418

#6018a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6018a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6018a4 Color CSS Codes

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

#6018a4 Text Font Color

<p style="color:#6018a4">Text here</p>

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


#6018a4 Background Color

<div style="background-color:#6018a4">
Div content here</div>

This div background color is #6018a4


#6018a4 Border Color

<div style="border:3px solid #6018a4">
Div here</div>

This div border color is #6018a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,24,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6018a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6018a4;
  -webkit-box-shadow: 1px 1px 3px 2px #6018a4;
  box-shadow:         1px 1px 3px 2px #6018a4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6018a4


Comments

No comments written yet.

Please login to write comment.