Color Hex Logo

#613dde Color Hex

#613DDE
(97,61,222)
0 Favorites   0 Comments

Color spaces of #613dde

RGB 9761222
HSL0.700.710.55
HSV253°73°87°
CMYK 0.560.730.00   0.13
XYZ19.783311.152870.2173
Yxy11.15280.19560.1103
Hunter Lab33.395847.2987-101.2848
CIE-Lab39.836655.6420-76.5223

#613dde color RGB value is (97,61,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111101 11011110
Octal 141 75 336
Decimal 97 61 222
Hex 61 3D DE

RGB Percentages of Color #613dde

%25.53
%16.05
%58.42

CMYK Percentages of Color #613dde

%56
%73
%0
%13

Triadic Colors of #613dde

#613dde #de613d #3dde61

Analogous Colors of #613dde

#613dde #b23dde #3d6ade

Monochromatic Colors of #613dde

#613dde

Complementary Color

#613dde #bade3d

#613dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#613dde Color CSS Codes

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

#613dde Text Font Color

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

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


#613dde Background Color

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

This div background color is #613dde


#613dde Border Color

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

This div border color is #613dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613dde


Comments

No comments written yet.

Please login to write comment.