Color Hex Logo

#621cee Color Hex

#621CEE
(98,28,238)
0 Favorites   0 Comments

Color spaces of #621cee

RGB 9828238
HSL0.720.860.52
HSV260°88°93°
CMYK 0.590.880.00   0.07
XYZ20.88499.600281.6412
Yxy9.60020.18630.0856
Hunter Lab30.984266.0956-134.5361
CIE-Lab37.115172.7736-90.1187

#621cee color RGB value is (98,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011100 11101110
Octal 142 34 356
Decimal 98 28 238
Hex 62 1C EE

RGB Percentages of Color #621cee

%26.92
%7.69
%65.38

CMYK Percentages of Color #621cee

%59
%88
%0
%7

Triadic Colors of #621cee

#621cee #ee621c #1cee62

Analogous Colors of #621cee

#621cee #cb1cee #1c3fee

Monochromatic Colors of #621cee

#621cee

Complementary Color

#621cee #a8ee1c

#621cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#621cee Color CSS Codes

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

#621cee Text Font Color

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

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


#621cee Background Color

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

This div background color is #621cee


#621cee Border Color

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

This div border color is #621cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621cee


Comments

No comments written yet.

Please login to write comment.