Color Hex Logo

#620abb Color Hex

#620ABB
(98,10,187)
0 Favorites   0 Comments

Color spaces of #620abb

RGB 9810187
HSL0.750.900.39
HSV270°95°73°
CMYK 0.480.950.00   0.27
XYZ14.11526.401647.5054
Yxy6.40160.20750.0941
Hunter Lab25.301455.3046-93.6108
CIE-Lab30.403964.7640-71.6836

#620abb color RGB value is (98,10,187).

#620abb hex color red value is 98, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #620abb hue: 0.75 , saturation: 0.90 and the lightness value of 620abb is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001010 10111011
Octal 142 12 273
Decimal 98 10 187
Hex 62 A BB

RGB Percentages of Color #620abb

%33.22
%3.39
%63.39

CMYK Percentages of Color #620abb

%48
%95
%0
%27

Triadic Colors of #620abb

#620abb #bb620a #0abb62

Analogous Colors of #620abb

#620abb #bb0abb #0a0abb

Monochromatic Colors of #620abb

#620abb

Complementary Color

#620abb #63bb0a

#620abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#620abb Color CSS Codes

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

#620abb Text Font Color

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

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


#620abb Background Color

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

This div background color is #620abb


#620abb Border Color

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

This div border color is #620abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620abb


Comments

No comments written yet.

Please login to write comment.