Color Hex Logo

#610dce Color Hex

#610DCE
(97,13,206)
0 Favorites   0 Comments

Color spaces of #610dce

RGB 9713206
HSL0.740.880.43
HSV266°94°81°
CMYK 0.530.940.00   0.19
XYZ16.21437.285558.9442
Yxy7.28550.19670.0884
Hunter Lab26.991759.9922-110.5829
CIE-Lab32.448268.4758-79.4696

#610dce color RGB value is (97,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001101 11001110
Octal 141 15 316
Decimal 97 13 206
Hex 61 D CE

RGB Percentages of Color #610dce

%30.70
%4.11
%65.19

CMYK Percentages of Color #610dce

%53
%94
%0
%19

Triadic Colors of #610dce

#610dce #ce610d #0dce61

Analogous Colors of #610dce

#610dce #c20dce #0d1ace

Monochromatic Colors of #610dce

#610dce

Complementary Color

#610dce #7ace0d

#610dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#610dce Color CSS Codes

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

#610dce Text Font Color

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

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


#610dce Background Color

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

This div background color is #610dce


#610dce Border Color

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

This div border color is #610dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,13,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 #610dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610dce


Comments

No comments written yet.

Please login to write comment.