Color Hex Logo

#603ea0 Color Hex

#603EA0
(96,62,160)
0 Favorites   0 Comments

Color spaces of #603ea0

RGB 9662160
HSL0.720.440.44
HSV261°61°63°
CMYK 0.400.610.00   0.37
XYZ12.89178.470134.2131
Yxy8.47010.23200.1524
Hunter Lab29.103428.1376-49.3271
CIE-Lab34.943437.3145-48.1359

#603ea0 color RGB value is (96,62,160).

#603ea0 hex color red value is 96, green value is 62 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #603ea0 hue: 0.72 , saturation: 0.44 and the lightness value of 603ea0 is 0.44.

The process color (four color CMYK) of #603ea0 color hex is 0.40, 0.61, 0.00, 0.37. Web safe color of #603ea0 is #663399. Color #603ea0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111110 10100000
Octal 140 76 240
Decimal 96 62 160
Hex 60 3E A0

RGB Percentages of Color #603ea0

%30.19
%19.50
%50.31

CMYK Percentages of Color #603ea0

%40
%61
%0
%37

Triadic Colors of #603ea0

#603ea0 #a0603e #3ea060

Analogous Colors of #603ea0

#603ea0 #913ea0 #3e4da0

Monochromatic Colors of #603ea0

#603ea0

Complementary Color

#603ea0 #7ea03e

#603ea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603ea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603ea0 Color CSS Codes

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

#603ea0 Text Font Color

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

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


#603ea0 Background Color

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

This div background color is #603ea0


#603ea0 Border Color

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

This div border color is #603ea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603ea0


Comments

No comments written yet.

Please login to write comment.