Color Hex Logo

#620bdf Color Hex

#620BDF
(98,11,223)
0 Favorites   0 Comments

Color spaces of #620bdf

RGB 9811223
HSL0.740.910.46
HSV265°95°87°
CMYK 0.560.950.00   0.13
XYZ18.47608.163770.4140
Yxy8.16370.19040.0841
Hunter Lab28.572265.4244-126.1152
CIE-Lab34.321572.7378-86.1924

#620bdf color RGB value is (98,11,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001011 11011111
Octal 142 13 337
Decimal 98 11 223
Hex 62 B DF

RGB Percentages of Color #620bdf

%29.52
%3.31
%67.17

CMYK Percentages of Color #620bdf

%56
%95
%0
%13

Triadic Colors of #620bdf

#620bdf #df620b #0bdf62

Analogous Colors of #620bdf

#620bdf #cc0bdf #0b1edf

Monochromatic Colors of #620bdf

#620bdf

Complementary Color

#620bdf #88df0b

#620bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#620bdf Color CSS Codes

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

#620bdf Text Font Color

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

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


#620bdf Background Color

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

This div background color is #620bdf


#620bdf Border Color

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

This div border color is #620bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620bdf


Comments

No comments written yet.

Please login to write comment.