Color Hex Logo

#603beb Color Hex

#603BEB
(96,59,235)
0 Favorites   0 Comments

Color spaces of #603beb

RGB 9659235
HSL0.700.810.58
HSV253°75°92°
CMYK 0.590.750.00   0.08
XYZ21.383211.612979.7118
Yxy11.61290.18970.1030
Hunter Lab34.077752.3698-114.8320
CIE-Lab40.594260.1585-82.6776

#603beb color RGB value is (96,59,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111011 11101011
Octal 140 73 353
Decimal 96 59 235
Hex 60 3B EB

RGB Percentages of Color #603beb

%24.62
%15.13
%60.26

CMYK Percentages of Color #603beb

%59
%75
%0
%8

Triadic Colors of #603beb

#603beb #eb603b #3beb60

Analogous Colors of #603beb

#603beb #b83beb #3b6eeb

Monochromatic Colors of #603beb

#603beb

Complementary Color

#603beb #c6eb3b

#603beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#603beb Color CSS Codes

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

#603beb Text Font Color

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

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


#603beb Background Color

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

This div background color is #603beb


#603beb Border Color

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

This div border color is #603beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603beb


Comments

No comments written yet.

Please login to write comment.