Color Hex Logo

#621bef Color Hex

#621BEF
(98,27,239)
0 Favorites   0 Comments

Color spaces of #621bef

RGB 9827239
HSL0.720.870.52
HSV260°89°94°
CMYK 0.590.890.00   0.06
XYZ21.00899.612582.4095
Yxy9.61250.18590.0850
Hunter Lab31.004066.6978-135.8915
CIE-Lab37.137873.2719-90.6478

#621bef color RGB value is (98,27,239).

#621bef hex color red value is 98, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #621bef hue: 0.72 , saturation: 0.87 and the lightness value of 621bef is 0.52.

The process color (four color CMYK) of #621bef color hex is 0.59, 0.89, 0.00, 0.06. Web safe color of #621bef is #6633ff. Color #621bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011011 11101111
Octal 142 33 357
Decimal 98 27 239
Hex 62 1B EF

RGB Percentages of Color #621bef

%26.92
%7.42
%65.66

CMYK Percentages of Color #621bef

%59
%89
%0
%6

Triadic Colors of #621bef

#621bef #ef621b #1bef62

Analogous Colors of #621bef

#621bef #cc1bef #1b3eef

Monochromatic Colors of #621bef

#621bef

Complementary Color

#621bef #a8ef1b

#621bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#621bef Color CSS Codes

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

#621bef Text Font Color

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

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


#621bef Background Color

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

This div background color is #621bef


#621bef Border Color

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

This div border color is #621bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621bef


Comments

No comments written yet.

Please login to write comment.