Color Hex Logo

#621efc Color Hex

#621EFC
(98,30,252)
0 Favorites   0 Comments

Color spaces of #621efc

RGB 9830252
HSL0.720.970.55
HSV258°88°99°
CMYK 0.610.880.00   0.01
XYZ23.072010.553592.9165
Yxy10.55350.18230.0834
Hunter Lab32.486269.9218-146.8402
CIE-Lab38.818075.6179-95.1892

#621efc color RGB value is (98,30,252).

#621efc hex color red value is 98, green value is 30 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #621efc hue: 0.72 , saturation: 0.97 and the lightness value of 621efc is 0.55.

The process color (four color CMYK) of #621efc color hex is 0.61, 0.88, 0.00, 0.01. Web safe color of #621efc is #6633ff. Color #621efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011110 11111100
Octal 142 36 374
Decimal 98 30 252
Hex 62 1E FC

RGB Percentages of Color #621efc

%25.79
%7.89
%66.32

CMYK Percentages of Color #621efc

%61
%88
%0
%1

Triadic Colors of #621efc

#621efc #fc621e #1efc62

Analogous Colors of #621efc

#621efc #d11efc #1e49fc

Monochromatic Colors of #621efc

#621efc

Complementary Color

#621efc #b8fc1e

#621efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#621efc Color CSS Codes

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

#621efc Text Font Color

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

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


#621efc Background Color

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

This div background color is #621efc


#621efc Border Color

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

This div border color is #621efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621efc


Comments

No comments written yet.

Please login to write comment.