Color Hex Logo

#6038ac Color Hex

#6038AC
(96,56,172)
0 Favorites   0 Comments

Color spaces of #6038ac

RGB 9656172
HSL0.720.510.45
HSV261°67°67°
CMYK 0.440.670.00   0.33
XYZ13.68448.293739.9093
Yxy8.29370.22110.1340
Hunter Lab28.798834.4205-62.0048
CIE-Lab34.587244.0107-55.9120

#6038ac color RGB value is (96,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111000 10101100
Octal 140 70 254
Decimal 96 56 172
Hex 60 38 AC

RGB Percentages of Color #6038ac

%29.63
%17.28
%53.09

CMYK Percentages of Color #6038ac

%44
%67
%0
%33

Triadic Colors of #6038ac

#6038ac #ac6038 #38ac60

Analogous Colors of #6038ac

#6038ac #9a38ac #384aac

Monochromatic Colors of #6038ac

#6038ac

Complementary Color

#6038ac #84ac38

#6038ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6038ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6038ac Color CSS Codes

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

#6038ac Text Font Color

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

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


#6038ac Background Color

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

This div background color is #6038ac


#6038ac Border Color

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

This div border color is #6038ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6038ac


Comments

No comments written yet.

Please login to write comment.