Color Hex Logo

#6712ac Color Hex

#6712AC
(103,18,172)
0 Favorites   0 Comments

Color spaces of #6712ac

RGB 10318172
HSL0.760.810.37
HSV273°90°67°
CMYK 0.400.900.00   0.33
XYZ13.25626.294739.5460
Yxy6.29470.22430.1065
Hunter Lab25.089250.4064-75.8912
CIE-Lab30.144160.3996-63.1369

#6712ac color RGB value is (103,18,172).

#6712ac hex color red value is 103, green value is 18 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6712ac hue: 0.76 , saturation: 0.81 and the lightness value of 6712ac is 0.37.

The process color (four color CMYK) of #6712ac color hex is 0.40, 0.90, 0.00, 0.33. Web safe color of #6712ac is #660099. Color #6712ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00010010 10101100
Octal 147 22 254
Decimal 103 18 172
Hex 67 12 AC

RGB Percentages of Color #6712ac

%35.15
%6.14
%58.70

CMYK Percentages of Color #6712ac

%40
%90
%0
%33

Triadic Colors of #6712ac

#6712ac #ac6712 #12ac67

Analogous Colors of #6712ac

#6712ac #ac12a4 #1a12ac

Monochromatic Colors of #6712ac

#6712ac

Complementary Color

#6712ac #57ac12

#6712ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6712ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6712ac Color CSS Codes

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

#6712ac Text Font Color

<p style="color:#6712ac">Text here</p>

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


#6712ac Background Color

<div style="background-color:#6712ac">
Div content here</div>

This div background color is #6712ac


#6712ac Border Color

<div style="border:3px solid #6712ac">
Div here</div>

This div border color is #6712ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,18,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6712ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6712ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6712ac;
  box-shadow:         1px 1px 3px 2px #6712ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,18,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 #6712ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6712ac


Comments

No comments written yet.

Please login to write comment.