Color Hex Logo

#620ccc Color Hex

#620CCC
(98,12,204)
0 Favorites   0 Comments

Color spaces of #620ccc

RGB 9812204
HSL0.740.890.42
HSV267°94°80°
CMYK 0.520.940.00   0.20
XYZ16.06767.219257.6733
Yxy7.21920.19850.0892
Hunter Lab26.868659.7243-108.4578
CIE-Lab32.300868.2723-78.5438

#620ccc color RGB value is (98,12,204).

#620ccc hex color red value is 98, green value is 12 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #620ccc hue: 0.74 , saturation: 0.89 and the lightness value of 620ccc is 0.42.

The process color (four color CMYK) of #620ccc color hex is 0.52, 0.94, 0.00, 0.20. Web safe color of #620ccc is #6600cc. Color #620ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001100 11001100
Octal 142 14 314
Decimal 98 12 204
Hex 62 C CC

RGB Percentages of Color #620ccc

%31.21
%3.82
%64.97

CMYK Percentages of Color #620ccc

%52
%94
%0
%20

Triadic Colors of #620ccc

#620ccc #cc620c #0ccc62

Analogous Colors of #620ccc

#620ccc #c20ccc #0c16cc

Monochromatic Colors of #620ccc

#620ccc

Complementary Color

#620ccc #76cc0c

#620ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#620ccc Color CSS Codes

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

#620ccc Text Font Color

<p style="color:#620ccc">Text here</p>

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


#620ccc Background Color

<div style="background-color:#620ccc">
Div content here</div>

This div background color is #620ccc


#620ccc Border Color

<div style="border:3px solid #620ccc">
Div here</div>

This div border color is #620ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,12,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #620ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #620ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #620ccc;
  box-shadow:         1px 1px 3px 2px #620ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620ccc


Comments

No comments written yet.

Please login to write comment.