Color Hex Logo

#620bca Color Hex

#620BCA
(98,11,202)
0 Favorites   0 Comments

Color spaces of #620bca

RGB 9811202
HSL0.740.900.42
HSV267°95°79°
CMYK 0.510.950.00   0.21
XYZ15.81737.100356.4139
Yxy7.10030.19940.0895
Hunter Lab26.646459.3264-106.8722
CIE-Lab32.034267.9785-77.8169

#620bca color RGB value is (98,11,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001011 11001010
Octal 142 13 312
Decimal 98 11 202
Hex 62 B CA

RGB Percentages of Color #620bca

%31.51
%3.54
%64.95

CMYK Percentages of Color #620bca

%51
%95
%0
%21

Triadic Colors of #620bca

#620bca #ca620b #0bca62

Analogous Colors of #620bca

#620bca #c20bca #0b14ca

Monochromatic Colors of #620bca

#620bca

Complementary Color

#620bca #73ca0b

#620bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#620bca Color CSS Codes

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

#620bca Text Font Color

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

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


#620bca Background Color

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

This div background color is #620bca


#620bca Border Color

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

This div border color is #620bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620bca


Comments

No comments written yet.

Please login to write comment.