Color Hex Logo

#620fce Color Hex

#620FCE
(98,15,206)
0 Favorites   0 Comments

Color spaces of #620fce

RGB 9815206
HSL0.740.860.43
HSV266°93°81°
CMYK 0.520.930.00   0.19
XYZ16.34847.394558.9582
Yxy7.39450.19770.0894
Hunter Lab27.192859.7272-109.5148
CIE-Lab32.688668.2019-79.0680

#620fce color RGB value is (98,15,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001111 11001110
Octal 142 17 316
Decimal 98 15 206
Hex 62 F CE

RGB Percentages of Color #620fce

%30.72
%4.70
%64.58

CMYK Percentages of Color #620fce

%52
%93
%0
%19

Triadic Colors of #620fce

#620fce #ce620f #0fce62

Analogous Colors of #620fce

#620fce #c20fce #0f1cce

Monochromatic Colors of #620fce

#620fce

Complementary Color

#620fce #7bce0f

#620fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#620fce Color CSS Codes

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

#620fce Text Font Color

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

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


#620fce Background Color

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

This div background color is #620fce


#620fce Border Color

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

This div border color is #620fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,15,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 #620fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620fce


Comments

No comments written yet.

Please login to write comment.