Color Hex Logo

#613ddd Color Hex

#613DDD
(97,61,221)
0 Favorites   0 Comments

Color spaces of #613ddd

RGB 9761221
HSL0.700.700.55
HSV254°72°87°
CMYK 0.560.720.00   0.13
XYZ19.649711.099369.5133
Yxy11.09930.19600.1107
Hunter Lab33.315646.9778-100.3881
CIE-Lab39.747255.3589-76.0971

#613ddd color RGB value is (97,61,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111101 11011101
Octal 141 75 335
Decimal 97 61 221
Hex 61 3D DD

RGB Percentages of Color #613ddd

%25.59
%16.09
%58.31

CMYK Percentages of Color #613ddd

%56
%72
%0
%13

Triadic Colors of #613ddd

#613ddd #dd613d #3ddd61

Analogous Colors of #613ddd

#613ddd #b13ddd #3d69dd

Monochromatic Colors of #613ddd

#613ddd

Complementary Color

#613ddd #b9dd3d

#613ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#613ddd Color CSS Codes

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

#613ddd Text Font Color

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

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


#613ddd Background Color

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

This div background color is #613ddd


#613ddd Border Color

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

This div border color is #613ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613ddd


Comments

No comments written yet.

Please login to write comment.