Color Hex Logo

#610edd Color Hex

#610EDD
(97,14,221)
0 Favorites   0 Comments

Color spaces of #610edd

RGB 9714221
HSL0.730.880.46
HSV264°94°87°
CMYK 0.560.940.00   0.13
XYZ18.13798.075969.0094
Yxy8.07590.19050.0848
Hunter Lab28.418164.1961-124.0847
CIE-Lab34.140571.7406-85.3468

#610edd color RGB value is (97,14,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001110 11011101
Octal 141 16 335
Decimal 97 14 221
Hex 61 E DD

RGB Percentages of Color #610edd

%29.22
%4.22
%66.57

CMYK Percentages of Color #610edd

%56
%94
%0
%13

Triadic Colors of #610edd

#610edd #dd610e #0edd61

Analogous Colors of #610edd

#610edd #c90edd #0e23dd

Monochromatic Colors of #610edd

#610edd

Complementary Color

#610edd #8add0e

#610edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#610edd Color CSS Codes

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

#610edd Text Font Color

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

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


#610edd Background Color

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

This div background color is #610edd


#610edd Border Color

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

This div border color is #610edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610edd


Comments

No comments written yet.

Please login to write comment.