Color Hex Logo

#603bae Color Hex

#603BAE
(96,59,174)
0 Favorites   0 Comments

Color spaces of #603bae

RGB 9659174
HSL0.720.490.46
HSV259°66°68°
CMYK 0.450.660.00   0.32
XYZ14.02788.670740.9787
Yxy8.67070.22030.1362
Hunter Lab29.446133.5050-61.8989
CIE-Lab35.342442.9296-55.8772

#603bae color RGB value is (96,59,174).

#603bae hex color red value is 96, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #603bae hue: 0.72 , saturation: 0.49 and the lightness value of 603bae is 0.46.

The process color (four color CMYK) of #603bae color hex is 0.45, 0.66, 0.00, 0.32. Web safe color of #603bae is #663399. Color #603bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111011 10101110
Octal 140 73 256
Decimal 96 59 174
Hex 60 3B AE

RGB Percentages of Color #603bae

%29.18
%17.93
%52.89

CMYK Percentages of Color #603bae

%45
%66
%0
%32

Triadic Colors of #603bae

#603bae #ae603b #3bae60

Analogous Colors of #603bae

#603bae #9a3bae #3b50ae

Monochromatic Colors of #603bae

#603bae

Complementary Color

#603bae #89ae3b

#603bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#603bae Color CSS Codes

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

#603bae Text Font Color

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

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


#603bae Background Color

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

This div background color is #603bae


#603bae Border Color

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

This div border color is #603bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603bae

#603bae Color Palettes


Comments

No comments written yet.

Please login to write comment.