Color Hex Logo

#613adc Color Hex

#613ADC
(97,58,220)
0 Favorites   0 Comments

Color spaces of #613adc

RGB 9758220
HSL0.710.700.55
HSV254°74°86°
CMYK 0.560.740.00   0.14
XYZ19.361110.734868.7617
Yxy10.73480.19580.1086
Hunter Lab32.764048.1433-101.4969
CIE-Lab39.130256.5640-76.5381

#613adc color RGB value is (97,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111010 11011100
Octal 141 72 334
Decimal 97 58 220
Hex 61 3A DC

RGB Percentages of Color #613adc

%25.87
%15.47
%58.67

CMYK Percentages of Color #613adc

%56
%74
%0
%14

Triadic Colors of #613adc

#613adc #dc613a #3adc61

Analogous Colors of #613adc

#613adc #b23adc #3a64dc

Monochromatic Colors of #613adc

#613adc

Complementary Color

#613adc #b5dc3a

#613adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#613adc Color CSS Codes

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

#613adc Text Font Color

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

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


#613adc Background Color

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

This div background color is #613adc


#613adc Border Color

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

This div border color is #613adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613adc


Comments

No comments written yet.

Please login to write comment.