Color Hex Logo

#603ee6 Color Hex

#603EE6
(96,62,230)
0 Favorites   0 Comments

Color spaces of #603ee6

RGB 9662230
HSL0.700.770.57
HSV252°73°90°
CMYK 0.580.730.00   0.10
XYZ20.829411.645276.0128
Yxy11.64520.19200.1073
Hunter Lab34.125149.2347-108.1796
CIE-Lab40.646657.2843-79.7547

#603ee6 color RGB value is (96,62,230).

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

The process color (four color CMYK) of #603ee6 color hex is 0.58, 0.73, 0.00, 0.10. Web safe color of #603ee6 is #6633ff. Color #603ee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111110 11100110
Octal 140 76 346
Decimal 96 62 230
Hex 60 3E E6

RGB Percentages of Color #603ee6

%24.74
%15.98
%59.28

CMYK Percentages of Color #603ee6

%58
%73
%0
%10

Triadic Colors of #603ee6

#603ee6 #e6603e #3ee660

Analogous Colors of #603ee6

#603ee6 #b43ee6 #3e70e6

Monochromatic Colors of #603ee6

#603ee6

Complementary Color

#603ee6 #c4e63e

#603ee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603ee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#603ee6 Color CSS Codes

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

#603ee6 Text Font Color

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

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


#603ee6 Background Color

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

This div background color is #603ee6


#603ee6 Border Color

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

This div border color is #603ee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603ee6


Comments

No comments written yet.

Please login to write comment.