Color Hex Logo

#6031ec Color Hex

#6031EC
(96,49,236)
0 Favorites   0 Comments

Color spaces of #6031ec

RGB 9649236
HSL0.710.830.56
HSV255°79°93°
CMYK 0.590.790.00   0.07
XYZ21.062510.739680.3197
Yxy10.73960.18790.0958
Hunter Lab32.771357.3741-122.3747
CIE-Lab39.138464.9055-85.6446

#6031ec color RGB value is (96,49,236).

#6031ec hex color red value is 96, green value is 49 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6031ec hue: 0.71 , saturation: 0.83 and the lightness value of 6031ec is 0.56.

The process color (four color CMYK) of #6031ec color hex is 0.59, 0.79, 0.00, 0.07. Web safe color of #6031ec is #6633ff. Color #6031ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00110001 11101100
Octal 140 61 354
Decimal 96 49 236
Hex 60 31 EC

RGB Percentages of Color #6031ec

%25.20
%12.86
%61.94

CMYK Percentages of Color #6031ec

%59
%79
%0
%7

Triadic Colors of #6031ec

#6031ec #ec6031 #31ec60

Analogous Colors of #6031ec

#6031ec #be31ec #3160ec

Monochromatic Colors of #6031ec

#6031ec

Complementary Color

#6031ec #bdec31

#6031ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6031ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6031ec Color CSS Codes

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

#6031ec Text Font Color

<p style="color:#6031ec">Text here</p>

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


#6031ec Background Color

<div style="background-color:#6031ec">
Div content here</div>

This div background color is #6031ec


#6031ec Border Color

<div style="border:3px solid #6031ec">
Div here</div>

This div border color is #6031ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,49,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6031ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6031ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6031ec;
  box-shadow:         1px 1px 3px 2px #6031ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6031ec


Comments

No comments written yet.

Please login to write comment.