Color Hex Logo

#621bbb Color Hex

#621BBB
(98,27,187)
0 Favorites   0 Comments

Color spaces of #621bbb

RGB 9827187
HSL0.740.750.42
HSV267°86°73°
CMYK 0.480.860.00   0.27
XYZ14.39866.968447.5999
Yxy6.96840.20880.1010
Hunter Lab26.397751.1665-88.4322
CIE-Lab31.734960.7872-69.4893

#621bbb color RGB value is (98,27,187).

#621bbb hex color red value is 98, green value is 27 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #621bbb hue: 0.74 , saturation: 0.75 and the lightness value of 621bbb is 0.42.

The process color (four color CMYK) of #621bbb color hex is 0.48, 0.86, 0.00, 0.27. Web safe color of #621bbb is #6633cc. Color #621bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011011 10111011
Octal 142 33 273
Decimal 98 27 187
Hex 62 1B BB

RGB Percentages of Color #621bbb

%31.41
%8.65
%59.94

CMYK Percentages of Color #621bbb

%48
%86
%0
%27

Triadic Colors of #621bbb

#621bbb #bb621b #1bbb62

Analogous Colors of #621bbb

#621bbb #b21bbb #1b24bb

Monochromatic Colors of #621bbb

#621bbb

Complementary Color

#621bbb #74bb1b

#621bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#621bbb Color CSS Codes

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

#621bbb Text Font Color

<p style="color:#621bbb">Text here</p>

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


#621bbb Background Color

<div style="background-color:#621bbb">
Div content here</div>

This div background color is #621bbb


#621bbb Border Color

<div style="border:3px solid #621bbb">
Div here</div>

This div border color is #621bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,27,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 #621bbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621bbb


Comments

No comments written yet.

Please login to write comment.