Color Hex Logo

#613fec Color Hex

#613FEC
(97,63,236)
0 Favorites   0 Comments

Color spaces of #613fec

RGB 9763236
HSL0.700.820.59
HSV252°73°93°
CMYK 0.590.730.00   0.07
XYZ21.847612.152580.5511
Yxy12.15250.19070.1061
Hunter Lab34.860450.8631-112.5976
CIE-Lab41.457558.6230-81.8195

#613fec color RGB value is (97,63,236).

#613fec hex color red value is 97, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #613fec hue: 0.70 , saturation: 0.82 and the lightness value of 613fec is 0.59.

The process color (four color CMYK) of #613fec color hex is 0.59, 0.73, 0.00, 0.07. Web safe color of #613fec is #6633ff. Color #613fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111111 11101100
Octal 141 77 354
Decimal 97 63 236
Hex 61 3F EC

RGB Percentages of Color #613fec

%24.49
%15.91
%59.60

CMYK Percentages of Color #613fec

%59
%73
%0
%7

Triadic Colors of #613fec

#613fec #ec613f #3fec61

Analogous Colors of #613fec

#613fec #b83fec #3f74ec

Monochromatic Colors of #613fec

#613fec

Complementary Color

#613fec #caec3f

#613fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#613fec Color CSS Codes

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

#613fec Text Font Color

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

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


#613fec Background Color

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

This div background color is #613fec


#613fec Border Color

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

This div border color is #613fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613fec


Comments

No comments written yet.

Please login to write comment.