Color Hex Logo

#613fdd Color Hex

#613FDD
(97,63,221)
0 Favorites   0 Comments

Color spaces of #613fdd

RGB 9763221
HSL0.700.700.56
HSV253°71°87°
CMYK 0.560.710.00   0.13
XYZ19.758411.316969.5496
Yxy11.31690.19640.1125
Hunter Lab33.640645.9688-99.0295
CIE-Lab40.109254.3429-75.5030

#613fdd color RGB value is (97,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111111 11011101
Octal 141 77 335
Decimal 97 63 221
Hex 61 3F DD

RGB Percentages of Color #613fdd

%25.46
%16.54
%58.01

CMYK Percentages of Color #613fdd

%56
%71
%0
%13

Triadic Colors of #613fdd

#613fdd #dd613f #3fdd61

Analogous Colors of #613fdd

#613fdd #b03fdd #3f6cdd

Monochromatic Colors of #613fdd

#613fdd

Complementary Color

#613fdd #bbdd3f

#613fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#613fdd Color CSS Codes

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

#613fdd Text Font Color

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

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


#613fdd Background Color

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

This div background color is #613fdd


#613fdd Border Color

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

This div border color is #613fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613fdd


Comments

No comments written yet.

Please login to write comment.