Color Hex Logo

#6210dc Color Hex

#6210DC
(98,16,220)
0 Favorites   0 Comments

Color spaces of #6210dc

RGB 9816220
HSL0.730.860.46
HSV264°93°86°
CMYK 0.550.930.00   0.14
XYZ18.14068.134668.3242
Yxy8.13460.19180.0860
Hunter Lab28.521263.6208-122.0677
CIE-Lab34.261671.2325-84.5674

#6210dc color RGB value is (98,16,220).

#6210dc hex color red value is 98, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6210dc hue: 0.73 , saturation: 0.86 and the lightness value of 6210dc is 0.46.

The process color (four color CMYK) of #6210dc color hex is 0.55, 0.93, 0.00, 0.14. Web safe color of #6210dc is #6600cc. Color #6210dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010000 11011100
Octal 142 20 334
Decimal 98 16 220
Hex 62 10 DC

RGB Percentages of Color #6210dc

%29.34
%4.79
%65.87

CMYK Percentages of Color #6210dc

%55
%93
%0
%14

Triadic Colors of #6210dc

#6210dc #dc6210 #10dc62

Analogous Colors of #6210dc

#6210dc #c810dc #1024dc

Monochromatic Colors of #6210dc

#6210dc

Complementary Color

#6210dc #8adc10

#6210dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6210dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6210dc Color CSS Codes

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

#6210dc Text Font Color

<p style="color:#6210dc">Text here</p>

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


#6210dc Background Color

<div style="background-color:#6210dc">
Div content here</div>

This div background color is #6210dc


#6210dc Border Color

<div style="border:3px solid #6210dc">
Div here</div>

This div border color is #6210dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,16,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6210dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6210dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6210dc;
  box-shadow:         1px 1px 3px 2px #6210dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,16,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6210dc


Comments

No comments written yet.

Please login to write comment.