Color Hex Logo

#603cfc Color Hex

#603CFC
(96,60,252)
0 Favorites   0 Comments

Color spaces of #603cfc

RGB 9660252
HSL0.700.970.61
HSV251°76°99°
CMYK 0.620.760.00   0.01
XYZ24.010412.746893.2903
Yxy12.74680.18460.0980
Hunter Lab35.702757.5634-129.9317
CIE-Lab42.379264.4405-89.3032

#603cfc color RGB value is (96,60,252).

#603cfc hex color red value is 96, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #603cfc hue: 0.70 , saturation: 0.97 and the lightness value of 603cfc is 0.61.

The process color (four color CMYK) of #603cfc color hex is 0.62, 0.76, 0.00, 0.01. Web safe color of #603cfc is #6633ff. Color #603cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111100 11111100
Octal 140 74 374
Decimal 96 60 252
Hex 60 3C FC

RGB Percentages of Color #603cfc

%23.53
%14.71
%61.76

CMYK Percentages of Color #603cfc

%62
%76
%0
%1

Triadic Colors of #603cfc

#603cfc #fc603c #3cfc60

Analogous Colors of #603cfc

#603cfc #c03cfc #3c78fc

Monochromatic Colors of #603cfc

#603cfc

Complementary Color

#603cfc #d8fc3c

#603cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#603cfc Color CSS Codes

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

#603cfc Text Font Color

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

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


#603cfc Background Color

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

This div background color is #603cfc


#603cfc Border Color

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

This div border color is #603cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.