Color Hex Logo

#621abd Color Hex

#621ABD
(98,26,189)
0 Favorites   0 Comments

Color spaces of #621abd

RGB 9826189
HSL0.740.760.42
HSV267°86°74°
CMYK 0.480.860.00   0.26
XYZ14.59177.009648.7280
Yxy7.00960.20750.0997
Hunter Lab26.475652.0455-90.5893
CIE-Lab31.828861.5688-70.5172

#621abd color RGB value is (98,26,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011010 10111101
Octal 142 32 275
Decimal 98 26 189
Hex 62 1A BD

RGB Percentages of Color #621abd

%31.31
%8.31
%60.38

CMYK Percentages of Color #621abd

%48
%86
%0
%26

Triadic Colors of #621abd

#621abd #bd621a #1abd62

Analogous Colors of #621abd

#621abd #b41abd #1a24bd

Monochromatic Colors of #621abd

#621abd

Complementary Color

#621abd #75bd1a

#621abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#621abd Color CSS Codes

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

#621abd Text Font Color

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

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


#621abd Background Color

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

This div background color is #621abd


#621abd Border Color

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

This div border color is #621abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621abd


Comments

No comments written yet.

Please login to write comment.