Color Hex Logo

#620bbc Color Hex

#620BBC
(98,11,188)
0 Favorites   0 Comments

Color spaces of #620bbc

RGB 9811188
HSL0.750.890.39
HSV269°94°74°
CMYK 0.480.940.00   0.26
XYZ14.23386.466948.0750
Yxy6.46690.20700.0940
Hunter Lab25.430155.4078-94.2853
CIE-Lab30.561164.8257-72.0163

#620bbc color RGB value is (98,11,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001011 10111100
Octal 142 13 274
Decimal 98 11 188
Hex 62 B BC

RGB Percentages of Color #620bbc

%33.00
%3.70
%63.30

CMYK Percentages of Color #620bbc

%48
%94
%0
%26

Triadic Colors of #620bbc

#620bbc #bc620b #0bbc62

Analogous Colors of #620bbc

#620bbc #bb0bbc #0b0cbc

Monochromatic Colors of #620bbc

#620bbc

Complementary Color

#620bbc #65bc0b

#620bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#620bbc Color CSS Codes

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

#620bbc Text Font Color

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

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


#620bbc Background Color

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

This div background color is #620bbc


#620bbc Border Color

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

This div border color is #620bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620bbc


Comments

No comments written yet.

Please login to write comment.