Color Hex Logo

#603efb Color Hex

#603EFB
(96,62,251)
0 Favorites   0 Comments

Color spaces of #603efb

RGB 9662251
HSL0.700.960.61
HSV251°75°98°
CMYK 0.620.750.00   0.02
XYZ23.959112.897192.4934
Yxy12.89710.18520.0997
Hunter Lab35.912556.2396-127.5637
CIE-Lab42.607863.2301-88.3667

#603efb color RGB value is (96,62,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111110 11111011
Octal 140 76 373
Decimal 96 62 251
Hex 60 3E FB

RGB Percentages of Color #603efb

%23.47
%15.16
%61.37

CMYK Percentages of Color #603efb

%62
%75
%0
%2

Triadic Colors of #603efb

#603efb #fb603e #3efb60

Analogous Colors of #603efb

#603efb #bf3efb #3e7bfb

Monochromatic Colors of #603efb

#603efb

Complementary Color

#603efb #d9fb3e

#603efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#603efb Color CSS Codes

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

#603efb Text Font Color

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

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


#603efb Background Color

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

This div background color is #603efb


#603efb Border Color

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

This div border color is #603efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603efb


Comments

No comments written yet.

Please login to write comment.