Color Hex Logo

#613ade Color Hex

#613ADE
(97,58,222)
0 Favorites   0 Comments

Color spaces of #613ade

RGB 9758222
HSL0.710.710.55
HSV254°74°87°
CMYK 0.560.740.00   0.13
XYZ19.627610.841470.1654
Yxy10.84140.19500.1077
Hunter Lab32.926348.7842-103.2977
CIE-Lab39.312157.1237-77.3842

#613ade color RGB value is (97,58,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111010 11011110
Octal 141 72 336
Decimal 97 58 222
Hex 61 3A DE

RGB Percentages of Color #613ade

%25.73
%15.38
%58.89

CMYK Percentages of Color #613ade

%56
%74
%0
%13

Triadic Colors of #613ade

#613ade #de613a #3ade61

Analogous Colors of #613ade

#613ade #b33ade #3a65de

Monochromatic Colors of #613ade

#613ade

Complementary Color

#613ade #b7de3a

#613ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#613ade Color CSS Codes

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

#613ade Text Font Color

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

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


#613ade Background Color

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

This div background color is #613ade


#613ade Border Color

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

This div border color is #613ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,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 #613ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613ade


Comments

No comments written yet.

Please login to write comment.