Color Hex Logo

#603fec Color Hex

#603FEC
(96,63,236)
0 Favorites   0 Comments

Color spaces of #603fec

RGB 9663236
HSL0.700.820.59
HSV251°73°93°
CMYK 0.590.730.00   0.07
XYZ21.741712.097980.5461
Yxy12.09790.19010.1058
Hunter Lab34.782050.7090-112.9527
CIE-Lab41.371358.4988-81.9644

#603fec color RGB value is (96,63,236).

#603fec hex color red value is 96, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #603fec hue: 0.70 , saturation: 0.82 and the lightness value of 603fec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111111 11101100
Octal 140 77 354
Decimal 96 63 236
Hex 60 3F EC

RGB Percentages of Color #603fec

%24.30
%15.95
%59.75

CMYK Percentages of Color #603fec

%59
%73
%0
%7

Triadic Colors of #603fec

#603fec #ec603f #3fec60

Analogous Colors of #603fec

#603fec #b73fec #3f75ec

Monochromatic Colors of #603fec

#603fec

Complementary Color

#603fec #cbec3f

#603fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#603fec Color CSS Codes

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

#603fec Text Font Color

<p style="color:#603fec">Text here</p>

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


#603fec Background Color

<div style="background-color:#603fec">
Div content here</div>

This div background color is #603fec


#603fec Border Color

<div style="border:3px solid #603fec">
Div here</div>

This div border color is #603fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603fec


Comments

No comments written yet.

Please login to write comment.