Color Hex Logo

#603dba Color Hex

#603DBA
(96,61,186)
0 Favorites   0 Comments

Color spaces of #603dba

RGB 9661186
HSL0.710.510.48
HSV257°67°73°
CMYK 0.480.670.00   0.27
XYZ15.35559.369547.4535
Yxy9.36950.21270.1298
Hunter Lab30.609635.9787-70.4893
CIE-Lab36.686245.2237-60.7967

#603dba color RGB value is (96,61,186).

#603dba hex color red value is 96, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #603dba hue: 0.71 , saturation: 0.51 and the lightness value of 603dba is 0.48.

The process color (four color CMYK) of #603dba color hex is 0.48, 0.67, 0.00, 0.27. Web safe color of #603dba is #6633cc. Color #603dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111101 10111010
Octal 140 75 272
Decimal 96 61 186
Hex 60 3D BA

RGB Percentages of Color #603dba

%27.99
%17.78
%54.23

CMYK Percentages of Color #603dba

%48
%67
%0
%27

Triadic Colors of #603dba

#603dba #ba603d #3dba60

Analogous Colors of #603dba

#603dba #9f3dba #3d59ba

Monochromatic Colors of #603dba

#603dba

Complementary Color

#603dba #97ba3d

#603dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#603dba Color CSS Codes

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

#603dba Text Font Color

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

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


#603dba Background Color

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

This div background color is #603dba


#603dba Border Color

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

This div border color is #603dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603dba


Comments

No comments written yet.

Please login to write comment.