Color Hex Logo

#603bec Color Hex

#603BEC
(96,59,236)
0 Favorites   0 Comments

Color spaces of #603bec

RGB 9659236
HSL0.700.820.58
HSV253°75°93°
CMYK 0.590.750.00   0.07
XYZ21.528211.670980.4749
Yxy11.67090.18940.1027
Hunter Lab34.162752.7001-115.7518
CIE-Lab40.688260.4389-83.0888

#603bec color RGB value is (96,59,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111011 11101100
Octal 140 73 354
Decimal 96 59 236
Hex 60 3B EC

RGB Percentages of Color #603bec

%24.55
%15.09
%60.36

CMYK Percentages of Color #603bec

%59
%75
%0
%7

Triadic Colors of #603bec

#603bec #ec603b #3bec60

Analogous Colors of #603bec

#603bec #b93bec #3b6fec

Monochromatic Colors of #603bec

#603bec

Complementary Color

#603bec #c7ec3b

#603bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#603bec Color CSS Codes

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

#603bec Text Font Color

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

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


#603bec Background Color

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

This div background color is #603bec


#603bec Border Color

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

This div border color is #603bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603bec


Comments

No comments written yet.

Please login to write comment.