Color Hex Logo

#603bfd Color Hex

#603BFD
(96,59,253)
0 Favorites   0 Comments

Color spaces of #603bfd

RGB 9659253
HSL0.700.980.61
HSV251°77°99°
CMYK 0.620.770.00   0.01
XYZ24.117512.706694.1100
Yxy12.70660.18420.0970
Hunter Lab35.646358.3880-131.5794
CIE-Lab42.317865.1746-89.9639

#603bfd color RGB value is (96,59,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111011 11111101
Octal 140 73 375
Decimal 96 59 253
Hex 60 3B FD

RGB Percentages of Color #603bfd

%23.53
%14.46
%62.01

CMYK Percentages of Color #603bfd

%62
%77
%0
%1

Triadic Colors of #603bfd

#603bfd #fd603b #3bfd60

Analogous Colors of #603bfd

#603bfd #c13bfd #3b77fd

Monochromatic Colors of #603bfd

#603bfd

Complementary Color

#603bfd #d8fd3b

#603bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#603bfd Color CSS Codes

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

#603bfd Text Font Color

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

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


#603bfd Background Color

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

This div background color is #603bfd


#603bfd Border Color

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

This div border color is #603bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.