Color Hex Logo

#621ebd Color Hex

#621EBD
(98,30,189)
0 Favorites   0 Comments

Color spaces of #621ebd

RGB 9830189
HSL0.740.730.43
HSV266°84°74°
CMYK 0.480.840.00   0.26
XYZ14.68667.199348.7597
Yxy7.19930.20790.1019
Hunter Lab26.831550.7493-88.9630
CIE-Lab32.256460.3047-69.8130

#621ebd color RGB value is (98,30,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011110 10111101
Octal 142 36 275
Decimal 98 30 189
Hex 62 1E BD

RGB Percentages of Color #621ebd

%30.91
%9.46
%59.62

CMYK Percentages of Color #621ebd

%48
%84
%0
%26

Triadic Colors of #621ebd

#621ebd #bd621e #1ebd62

Analogous Colors of #621ebd

#621ebd #b21ebd #1e29bd

Monochromatic Colors of #621ebd

#621ebd

Complementary Color

#621ebd #79bd1e

#621ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#621ebd Color CSS Codes

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

#621ebd Text Font Color

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

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


#621ebd Background Color

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

This div background color is #621ebd


#621ebd Border Color

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

This div border color is #621ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621ebd


Comments

No comments written yet.

Please login to write comment.