Color Hex Logo

#603ade Color Hex

#603ADE
(96,58,222)
0 Favorites   0 Comments

Color spaces of #603ade

RGB 9658222
HSL0.710.710.55
HSV254°74°87°
CMYK 0.570.740.00   0.13
XYZ19.521710.786870.1604
Yxy10.78680.19430.1074
Hunter Lab32.843348.6229-103.6661
CIE-Lab39.219056.9921-77.5405

#603ade color RGB value is (96,58,222).

#603ade hex color red value is 96, green value is 58 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #603ade hue: 0.71 , saturation: 0.71 and the lightness value of 603ade is 0.55.

The process color (four color CMYK) of #603ade color hex is 0.57, 0.74, 0.00, 0.13. Web safe color of #603ade is #6633cc. Color #603ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00111010 11011110
Octal 140 72 336
Decimal 96 58 222
Hex 60 3A DE

RGB Percentages of Color #603ade

%25.53
%15.43
%59.04

CMYK Percentages of Color #603ade

%57
%74
%0
%13

Triadic Colors of #603ade

#603ade #de603a #3ade60

Analogous Colors of #603ade

#603ade #b23ade #3a66de

Monochromatic Colors of #603ade

#603ade

Complementary Color

#603ade #b8de3a

#603ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#603ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#603ade Color CSS Codes

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

#603ade Text Font Color

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

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


#603ade Background Color

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

This div background color is #603ade


#603ade Border Color

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

This div border color is #603ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #603ade


Comments

No comments written yet.

Please login to write comment.