Color Hex Logo

#620bff Color Hex

#620BFF
(98,11,255)
0 Favorites   0 Comments

Color spaces of #620bff

RGB 9811255
HSL0.731.000.52
HSV261°96°100°
CMYK 0.620.960.00   0.00
XYZ23.206710.056095.3256
Yxy10.05600.18050.0782
Hunter Lab31.711275.1342-156.0312
CIE-Lab37.942779.9965-98.3238

#620bff color RGB value is (98,11,255).

#620bff hex color red value is 98, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #620bff hue: 0.73 , saturation: 1.00 and the lightness value of 620bff is 0.52.

The process color (four color CMYK) of #620bff color hex is 0.62, 0.96, 0.00, 0.00. Web safe color of #620bff is #6600ff. Color #620bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001011 11111111
Octal 142 13 377
Decimal 98 11 255
Hex 62 B FF

RGB Percentages of Color #620bff

%26.92
%3.02
%70.05

CMYK Percentages of Color #620bff

%62
%96
%0
%0

Triadic Colors of #620bff

#620bff #ff620b #0bff62

Analogous Colors of #620bff

#620bff #dc0bff #0b2eff

Monochromatic Colors of #620bff

#620bff

Complementary Color

#620bff #a8ff0b

#620bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#620bff Color CSS Codes

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

#620bff Text Font Color

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

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


#620bff Background Color

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

This div background color is #620bff


#620bff Border Color

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

This div border color is #620bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620bff


Comments

No comments written yet.

Please login to write comment.