Color Hex Logo

#613adf Color Hex

#613ADF
(97,58,223)
0 Favorites   0 Comments

Color spaces of #613adf

RGB 9758223
HSL0.710.720.55
HSV254°74°87°
CMYK 0.570.740.00   0.13
XYZ19.762110.895270.8734
Yxy10.89520.19460.1073
Hunter Lab33.007949.1057-104.2000
CIE-Lab39.403457.4035-77.8058

#613adf color RGB value is (97,58,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111010 11011111
Octal 141 72 337
Decimal 97 58 223
Hex 61 3A DF

RGB Percentages of Color #613adf

%25.66
%15.34
%58.99

CMYK Percentages of Color #613adf

%57
%74
%0
%13

Triadic Colors of #613adf

#613adf #df613a #3adf61

Analogous Colors of #613adf

#613adf #b43adf #3a66df

Monochromatic Colors of #613adf

#613adf

Complementary Color

#613adf #b8df3a

#613adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#613adf Color CSS Codes

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

#613adf Text Font Color

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

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


#613adf Background Color

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

This div background color is #613adf


#613adf Border Color

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

This div border color is #613adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613adf


Comments

No comments written yet.

Please login to write comment.