Color Hex Logo

#603aea Color Hex

#603AEA
(96,58,234)
0 Favorites   0 Comments

Color spaces of #603aea

RGB 9658234
HSL0.700.810.57
HSV253°75°92°
CMYK 0.590.750.00   0.08
XYZ21.188211.453478.9359
Yxy11.45340.18990.1026
Hunter Lab33.842952.5295-114.5994
CIE-Lab40.333960.3533-82.5396

#603aea color RGB value is (96,58,234).

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

The process color (four color CMYK) of #603aea color hex is 0.59, 0.75, 0.00, 0.08. Web safe color of #603aea is #6633ff. Color #603aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111010 11101010
Octal 140 72 352
Decimal 96 58 234
Hex 60 3A EA

RGB Percentages of Color #603aea

%24.74
%14.95
%60.31

CMYK Percentages of Color #603aea

%59
%75
%0
%8

Triadic Colors of #603aea

#603aea #ea603a #3aea60

Analogous Colors of #603aea

#603aea #b83aea #3a6cea

Monochromatic Colors of #603aea

#603aea

Complementary Color

#603aea #c4ea3a

#603aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#603aea Color CSS Codes

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

#603aea Text Font Color

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

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


#603aea Background Color

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

This div background color is #603aea


#603aea Border Color

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

This div border color is #603aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603aea


Comments

No comments written yet.

Please login to write comment.