Color Hex Logo

#621dac Color Hex

#621DAC
(98,29,172)
0 Favorites   0 Comments

Color spaces of #621dac

RGB 9829172
HSL0.750.710.39
HSV269°83°67°
CMYK 0.430.830.00   0.33
XYZ12.92286.454039.5944
Yxy6.45400.21910.1094
Hunter Lab25.404746.3406-74.6228
CIE-Lab30.530156.5434-62.5295

#621dac color RGB value is (98,29,172).

#621dac hex color red value is 98, green value is 29 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #621dac hue: 0.75 , saturation: 0.71 and the lightness value of 621dac is 0.39.

The process color (four color CMYK) of #621dac color hex is 0.43, 0.83, 0.00, 0.33. Web safe color of #621dac is #663399. Color #621dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011101 10101100
Octal 142 35 254
Decimal 98 29 172
Hex 62 1D AC

RGB Percentages of Color #621dac

%32.78
%9.70
%57.53

CMYK Percentages of Color #621dac

%43
%83
%0
%33

Triadic Colors of #621dac

#621dac #ac621d #1dac62

Analogous Colors of #621dac

#621dac #aa1dac #1d1fac

Monochromatic Colors of #621dac

#621dac

Complementary Color

#621dac #67ac1d

#621dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#621dac Color CSS Codes

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

#621dac Text Font Color

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

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


#621dac Background Color

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

This div background color is #621dac


#621dac Border Color

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

This div border color is #621dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621dac


Comments

No comments written yet.

Please login to write comment.