Color Hex Logo

#603abb Color Hex

#603ABB
(96,58,187)
0 Favorites   0 Comments

Color spaces of #603abb

RGB 9658187
HSL0.720.530.48
HSV258°69°73°
CMYK 0.490.690.00   0.27
XYZ15.30669.100847.9636
Yxy9.10080.21150.1258
Hunter Lab30.167537.7753-73.1484
CIE-Lab36.177647.1263-62.2149

#603abb color RGB value is (96,58,187).

#603abb hex color red value is 96, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #603abb hue: 0.72 , saturation: 0.53 and the lightness value of 603abb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111010 10111011
Octal 140 72 273
Decimal 96 58 187
Hex 60 3A BB

RGB Percentages of Color #603abb

%28.15
%17.01
%54.84

CMYK Percentages of Color #603abb

%49
%69
%0
%27

Triadic Colors of #603abb

#603abb #bb603a #3abb60

Analogous Colors of #603abb

#603abb #a13abb #3a55bb

Monochromatic Colors of #603abb

#603abb

Complementary Color

#603abb #95bb3a

#603abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#603abb Color CSS Codes

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

#603abb Text Font Color

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

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


#603abb Background Color

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

This div background color is #603abb


#603abb Border Color

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

This div border color is #603abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603abb


Comments

No comments written yet.

Please login to write comment.