Color Hex Logo

#610fea Color Hex

#610FEA
(97,15,234)
0 Favorites   0 Comments

Color spaces of #610fea

RGB 9715234
HSL0.730.880.49
HSV262°94°92°
CMYK 0.590.940.00   0.08
XYZ19.95198.823578.4934
Yxy8.82350.18600.0823
Hunter Lab29.704467.9126-135.8799
CIE-Lab35.642274.5607-90.2923

#610fea color RGB value is (97,15,234).

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

The process color (four color CMYK) of #610fea color hex is 0.59, 0.94, 0.00, 0.08. Web safe color of #610fea is #6600ff. Color #610fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001111 11101010
Octal 141 17 352
Decimal 97 15 234
Hex 61 F EA

RGB Percentages of Color #610fea

%28.03
%4.34
%67.63

CMYK Percentages of Color #610fea

%59
%94
%0
%8

Triadic Colors of #610fea

#610fea #ea610f #0fea61

Analogous Colors of #610fea

#610fea #cf0fea #0f2bea

Monochromatic Colors of #610fea

#610fea

Complementary Color

#610fea #98ea0f

#610fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#610fea Color CSS Codes

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

#610fea Text Font Color

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

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


#610fea Background Color

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

This div background color is #610fea


#610fea Border Color

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

This div border color is #610fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610fea


Comments

No comments written yet.

Please login to write comment.