Color Hex Logo

#603dfb Color Hex

#603DFB
(96,61,251)
0 Favorites   0 Comments

Color spaces of #603dfb

RGB 9661251
HSL0.700.960.61
HSV251°76°98°
CMYK 0.620.760.00   0.02
XYZ23.905212.789392.4754
Yxy12.78930.18510.0990
Hunter Lab35.762156.7346-128.2814
CIE-Lab42.444063.6989-88.6368

#603dfb color RGB value is (96,61,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111101 11111011
Octal 140 75 373
Decimal 96 61 251
Hex 60 3D FB

RGB Percentages of Color #603dfb

%23.53
%14.95
%61.52

CMYK Percentages of Color #603dfb

%62
%76
%0
%2

Triadic Colors of #603dfb

#603dfb #fb603d #3dfb60

Analogous Colors of #603dfb

#603dfb #bf3dfb #3d79fb

Monochromatic Colors of #603dfb

#603dfb

Complementary Color

#603dfb #d8fb3d

#603dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#603dfb Color CSS Codes

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

#603dfb Text Font Color

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

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


#603dfb Background Color

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

This div background color is #603dfb


#603dfb Border Color

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

This div border color is #603dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.