Color Hex Logo

#600dac Color Hex

#600DAC
(96,13,172)
0 Favorites   0 Comments

Color spaces of #600dac

RGB 9613172
HSL0.750.860.36
HSV271°92°67°
CMYK 0.440.920.00   0.33
XYZ12.41425.753239.4859
Yxy5.75320.21530.0998
Hunter Lab23.985850.4100-80.8142
CIE-Lab28.781160.6643-65.4146

#600dac color RGB value is (96,13,172).

#600dac hex color red value is 96, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #600dac hue: 0.75 , saturation: 0.86 and the lightness value of 600dac is 0.36.

The process color (four color CMYK) of #600dac color hex is 0.44, 0.92, 0.00, 0.33. Web safe color of #600dac is #660099. Color #600dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001101 10101100
Octal 140 15 254
Decimal 96 13 172
Hex 60 D AC

RGB Percentages of Color #600dac

%34.16
%4.63
%61.21

CMYK Percentages of Color #600dac

%44
%92
%0
%33

Triadic Colors of #600dac

#600dac #ac600d #0dac60

Analogous Colors of #600dac

#600dac #ac0da9 #110dac

Monochromatic Colors of #600dac

#600dac

Complementary Color

#600dac #59ac0d

#600dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#600dac Color CSS Codes

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

#600dac Text Font Color

<p style="color:#600dac">Text here</p>

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


#600dac Background Color

<div style="background-color:#600dac">
Div content here</div>

This div background color is #600dac


#600dac Border Color

<div style="border:3px solid #600dac">
Div here</div>

This div border color is #600dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,13,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #600dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #600dac;
  -webkit-box-shadow: 1px 1px 3px 2px #600dac;
  box-shadow:         1px 1px 3px 2px #600dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600dac


Comments

No comments written yet.

Please login to write comment.