Color Hex Logo

#613fdc Color Hex

#613FDC
(97,63,220)
0 Favorites   0 Comments

Color spaces of #613fdc

RGB 9763220
HSL0.700.690.55
HSV253°71°86°
CMYK 0.560.710.00   0.14
XYZ19.625511.263768.8499
Yxy11.26370.19680.1129
Hunter Lab33.561445.6478-98.1380
CIE-Lab40.021154.0569-75.0753

#613fdc color RGB value is (97,63,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111111 11011100
Octal 141 77 334
Decimal 97 63 220
Hex 61 3F DC

RGB Percentages of Color #613fdc

%25.53
%16.58
%57.89

CMYK Percentages of Color #613fdc

%56
%71
%0
%14

Triadic Colors of #613fdc

#613fdc #dc613f #3fdc61

Analogous Colors of #613fdc

#613fdc #b03fdc #3f6cdc

Monochromatic Colors of #613fdc

#613fdc

Complementary Color

#613fdc #badc3f

#613fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#613fdc Color CSS Codes

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

#613fdc Text Font Color

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

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


#613fdc Background Color

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

This div background color is #613fdc


#613fdc Border Color

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

This div border color is #613fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613fdc


Comments

No comments written yet.

Please login to write comment.