Color Hex Logo

#610edf Color Hex

#610EDF
(97,14,223)
0 Favorites   0 Comments

Color spaces of #610edf

RGB 9714223
HSL0.730.880.46
HSV264°94°87°
CMYK 0.570.940.00   0.13
XYZ18.40618.183270.4214
Yxy8.18320.18970.0844
Hunter Lab28.606364.7909-125.9325
CIE-Lab34.361572.1995-86.1294

#610edf color RGB value is (97,14,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001110 11011111
Octal 141 16 337
Decimal 97 14 223
Hex 61 E DF

RGB Percentages of Color #610edf

%29.04
%4.19
%66.77

CMYK Percentages of Color #610edf

%57
%94
%0
%13

Triadic Colors of #610edf

#610edf #df610e #0edf61

Analogous Colors of #610edf

#610edf #ca0edf #0e23df

Monochromatic Colors of #610edf

#610edf

Complementary Color

#610edf #8cdf0e

#610edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#610edf Color CSS Codes

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

#610edf Text Font Color

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

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


#610edf Background Color

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

This div background color is #610edf


#610edf Border Color

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

This div border color is #610edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610edf


Comments

No comments written yet.

Please login to write comment.