Color Hex Logo

#610eaf Color Hex

#610EAF
(97,14,175)
0 Favorites   0 Comments

Color spaces of #610eaf

RGB 9714175
HSL0.750.850.37
HSV271°92°69°
CMYK 0.450.920.00   0.31
XYZ12.82475.950641.0301
Yxy5.95060.21440.0995
Hunter Lab24.393951.1544-82.6492
CIE-Lab29.287561.2474-66.3770

#610eaf color RGB value is (97,14,175).

#610eaf hex color red value is 97, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #610eaf hue: 0.75 , saturation: 0.85 and the lightness value of 610eaf is 0.37.

The process color (four color CMYK) of #610eaf color hex is 0.45, 0.92, 0.00, 0.31. Web safe color of #610eaf is #660099. Color #610eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001110 10101111
Octal 141 16 257
Decimal 97 14 175
Hex 61 E AF

RGB Percentages of Color #610eaf

%33.92
%4.90
%61.19

CMYK Percentages of Color #610eaf

%45
%92
%0
%31

Triadic Colors of #610eaf

#610eaf #af610e #0eaf61

Analogous Colors of #610eaf

#610eaf #af0ead #110eaf

Monochromatic Colors of #610eaf

#610eaf

Complementary Color

#610eaf #5caf0e

#610eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#610eaf Color CSS Codes

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

#610eaf Text Font Color

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

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


#610eaf Background Color

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

This div background color is #610eaf


#610eaf Border Color

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

This div border color is #610eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610eaf


Comments

No comments written yet.

Please login to write comment.