Color Hex Logo

#620acf Color Hex

#620ACF
(98,10,207)
0 Favorites   0 Comments

Color spaces of #620acf

RGB 9810207
HSL0.740.910.43
HSV267°95°81°
CMYK 0.530.950.00   0.19
XYZ16.40807.318759.5793
Yxy7.31870.19700.0879
Hunter Lab27.053160.9193-111.6378
CIE-Lab32.521769.2589-79.9263

#620acf color RGB value is (98,10,207).

#620acf hex color red value is 98, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #620acf hue: 0.74 , saturation: 0.91 and the lightness value of 620acf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001010 11001111
Octal 142 12 317
Decimal 98 10 207
Hex 62 A CF

RGB Percentages of Color #620acf

%31.11
%3.17
%65.71

CMYK Percentages of Color #620acf

%53
%95
%0
%19

Triadic Colors of #620acf

#620acf #cf620a #0acf62

Analogous Colors of #620acf

#620acf #c50acf #0a14cf

Monochromatic Colors of #620acf

#620acf

Complementary Color

#620acf #77cf0a

#620acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#620acf Color CSS Codes

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

#620acf Text Font Color

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

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


#620acf Background Color

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

This div background color is #620acf


#620acf Border Color

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

This div border color is #620acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620acf


Comments

No comments written yet.

Please login to write comment.