Color Hex Logo

#6412cf Color Hex

#6412CF
(100,18,207)
0 Favorites   0 Comments

Color spaces of #6412cf

RGB 10018207
HSL0.740.840.44
HSV266°91°81°
CMYK 0.520.910.00   0.19
XYZ16.73437.646959.6255
Yxy7.64690.19920.0910
Hunter Lab27.653059.6269-108.4841
CIE-Lab33.236468.0116-78.7363

#6412cf color RGB value is (100,18,207).

#6412cf hex color red value is 100, green value is 18 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6412cf hue: 0.74 , saturation: 0.84 and the lightness value of 6412cf is 0.44.

The process color (four color CMYK) of #6412cf color hex is 0.52, 0.91, 0.00, 0.19. Web safe color of #6412cf is #6600cc. Color #6412cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010010 11001111
Octal 144 22 317
Decimal 100 18 207
Hex 64 12 CF

RGB Percentages of Color #6412cf

%30.77
%5.54
%63.69

CMYK Percentages of Color #6412cf

%52
%91
%0
%19

Triadic Colors of #6412cf

#6412cf #cf6412 #12cf64

Analogous Colors of #6412cf

#6412cf #c312cf #121fcf

Monochromatic Colors of #6412cf

#6412cf

Complementary Color

#6412cf #7dcf12

#6412cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6412cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6412cf Color CSS Codes

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

#6412cf Text Font Color

<p style="color:#6412cf">Text here</p>

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


#6412cf Background Color

<div style="background-color:#6412cf">
Div content here</div>

This div background color is #6412cf


#6412cf Border Color

<div style="border:3px solid #6412cf">
Div here</div>

This div border color is #6412cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,18,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6412cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6412cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6412cf;
  box-shadow:         1px 1px 3px 2px #6412cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,18,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6412cf


Comments

No comments written yet.

Please login to write comment.