Color Hex Logo

#6438ac Color Hex

#6438AC
(100,56,172)
0 Favorites   0 Comments

Color spaces of #6438ac

RGB 10056172
HSL0.730.510.45
HSV263°67°67°
CMYK 0.420.670.00   0.33
XYZ14.11618.516239.9295
Yxy8.51620.22560.1361
Hunter Lab29.182535.2741-60.6968
CIE-Lab35.035644.8052-55.1630

#6438ac color RGB value is (100,56,172).

#6438ac hex color red value is 100, green value is 56 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6438ac hue: 0.73 , saturation: 0.51 and the lightness value of 6438ac is 0.45.

The process color (four color CMYK) of #6438ac color hex is 0.42, 0.67, 0.00, 0.33. Web safe color of #6438ac is #663399. Color #6438ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111000 10101100
Octal 144 70 254
Decimal 100 56 172
Hex 64 38 AC

RGB Percentages of Color #6438ac

%30.49
%17.07
%52.44

CMYK Percentages of Color #6438ac

%42
%67
%0
%33

Triadic Colors of #6438ac

#6438ac #ac6438 #38ac64

Analogous Colors of #6438ac

#6438ac #9e38ac #3846ac

Monochromatic Colors of #6438ac

#6438ac

Complementary Color

#6438ac #80ac38

#6438ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6438ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6438ac Color CSS Codes

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

#6438ac Text Font Color

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

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


#6438ac Background Color

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

This div background color is #6438ac


#6438ac Border Color

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

This div border color is #6438ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6438ac


Comments

No comments written yet.

Please login to write comment.