Color Hex Logo

#610cce Color Hex

#610CCE
(97,12,206)
0 Favorites   0 Comments

Color spaces of #610cce

RGB 9712206
HSL0.740.890.43
HSV266°94°81°
CMYK 0.530.940.00   0.19
XYZ16.20187.260658.9400
Yxy7.26060.19660.0881
Hunter Lab26.945560.1739-110.8278
CIE-Lab32.393068.6427-79.5610

#610cce color RGB value is (97,12,206).

#610cce hex color red value is 97, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #610cce hue: 0.74 , saturation: 0.89 and the lightness value of 610cce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001100 11001110
Octal 141 14 316
Decimal 97 12 206
Hex 61 C CE

RGB Percentages of Color #610cce

%30.79
%3.81
%65.40

CMYK Percentages of Color #610cce

%53
%94
%0
%19

Triadic Colors of #610cce

#610cce #ce610c #0cce61

Analogous Colors of #610cce

#610cce #c20cce #0c18ce

Monochromatic Colors of #610cce

#610cce

Complementary Color

#610cce #79ce0c

#610cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#610cce Color CSS Codes

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

#610cce Text Font Color

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

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


#610cce Background Color

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

This div background color is #610cce


#610cce Border Color

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

This div border color is #610cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610cce


Comments

No comments written yet.

Please login to write comment.