Color Hex Logo

#610edb Color Hex

#610EDB
(97,14,219)
0 Favorites   0 Comments

Color spaces of #610edb

RGB 9714219
HSL0.730.880.46
HSV264°94°86°
CMYK 0.560.940.00   0.14
XYZ17.87307.969967.6142
Yxy7.96990.19120.0853
Hunter Lab28.231063.6037-122.2398
CIE-Lab33.920171.2820-84.5610

#610edb color RGB value is (97,14,219).

#610edb hex color red value is 97, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #610edb hue: 0.73 , saturation: 0.88 and the lightness value of 610edb is 0.46.

The process color (four color CMYK) of #610edb color hex is 0.56, 0.94, 0.00, 0.14. Web safe color of #610edb is #6600cc. Color #610edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001110 11011011
Octal 141 16 333
Decimal 97 14 219
Hex 61 E DB

RGB Percentages of Color #610edb

%29.39
%4.24
%66.36

CMYK Percentages of Color #610edb

%56
%94
%0
%14

Triadic Colors of #610edb

#610edb #db610e #0edb61

Analogous Colors of #610edb

#610edb #c80edb #0e21db

Monochromatic Colors of #610edb

#610edb

Complementary Color

#610edb #88db0e

#610edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#610edb Color CSS Codes

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

#610edb Text Font Color

<p style="color:#610edb">Text here</p>

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


#610edb Background Color

<div style="background-color:#610edb">
Div content here</div>

This div background color is #610edb


#610edb Border Color

<div style="border:3px solid #610edb">
Div here</div>

This div border color is #610edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,14,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #610edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #610edb;
  -webkit-box-shadow: 1px 1px 3px 2px #610edb;
  box-shadow:         1px 1px 3px 2px #610edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610edb


Comments

No comments written yet.

Please login to write comment.