Color Hex Logo

#610ddf Color Hex

#610DDF
(97,13,223)
0 Favorites   0 Comments

Color spaces of #610ddf

RGB 9713223
HSL0.730.890.46
HSV264°94°87°
CMYK 0.570.940.00   0.13
XYZ18.39308.156970.4171
Yxy8.15690.18970.0841
Hunter Lab28.560364.9746-126.1908
CIE-Lab34.307572.3637-86.2190

#610ddf color RGB value is (97,13,223).

#610ddf hex color red value is 97, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #610ddf hue: 0.73 , saturation: 0.89 and the lightness value of 610ddf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00001101 11011111
Octal 141 15 337
Decimal 97 13 223
Hex 61 D DF

RGB Percentages of Color #610ddf

%29.13
%3.90
%66.97

CMYK Percentages of Color #610ddf

%57
%94
%0
%13

Triadic Colors of #610ddf

#610ddf #df610d #0ddf61

Analogous Colors of #610ddf

#610ddf #ca0ddf #0d22df

Monochromatic Colors of #610ddf

#610ddf

Complementary Color

#610ddf #8bdf0d

#610ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#610ddf Color CSS Codes

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

#610ddf Text Font Color

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

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


#610ddf Background Color

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

This div background color is #610ddf


#610ddf Border Color

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

This div border color is #610ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610ddf


Comments

No comments written yet.

Please login to write comment.