Color Hex Logo

#610efc Color Hex

#610EFC
(97,14,252)
0 Favorites   0 Comments

Color spaces of #610efc

RGB 9714252
HSL0.720.980.52
HSV261°94°99°
CMYK 0.620.940.00   0.01
XYZ22.65759.883792.8090
Yxy9.88370.18080.0788
Hunter Lab31.438473.6271-153.0229
CIE-Lab37.632978.8472-97.1593

#610efc color RGB value is (97,14,252).

#610efc hex color red value is 97, green value is 14 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #610efc hue: 0.72 , saturation: 0.98 and the lightness value of 610efc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001110 11111100
Octal 141 16 374
Decimal 97 14 252
Hex 61 E FC

RGB Percentages of Color #610efc

%26.72
%3.86
%69.42

CMYK Percentages of Color #610efc

%62
%94
%0
%1

Triadic Colors of #610efc

#610efc #fc610e #0efc61

Analogous Colors of #610efc

#610efc #d80efc #0e32fc

Monochromatic Colors of #610efc

#610efc

Complementary Color

#610efc #a9fc0e

#610efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#610efc Color CSS Codes

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

#610efc Text Font Color

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

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


#610efc Background Color

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

This div background color is #610efc


#610efc Border Color

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

This div border color is #610efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610efc

Related Colors


Comments

No comments written yet.

Please login to write comment.