Color Hex Logo

#603bef Color Hex

#603BEF
(96,59,239)
0 Favorites   0 Comments

Color spaces of #603bef

RGB 9659239
HSL0.700.850.58
HSV252°75°94°
CMYK 0.600.750.00   0.06
XYZ21.967811.846782.7902
Yxy11.84670.18840.1016
Hunter Lab34.419053.6935-118.5205
CIE-Lab40.971461.2787-84.3183

#603bef color RGB value is (96,59,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111011 11101111
Octal 140 73 357
Decimal 96 59 239
Hex 60 3B EF

RGB Percentages of Color #603bef

%24.37
%14.97
%60.66

CMYK Percentages of Color #603bef

%60
%75
%0
%6

Triadic Colors of #603bef

#603bef #ef603b #3bef60

Analogous Colors of #603bef

#603bef #ba3bef #3b70ef

Monochromatic Colors of #603bef

#603bef

Complementary Color

#603bef #caef3b

#603bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#603bef Color CSS Codes

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

#603bef Text Font Color

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

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


#603bef Background Color

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

This div background color is #603bef


#603bef Border Color

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

This div border color is #603bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603bef


Comments

No comments written yet.

Please login to write comment.