Color Hex Logo

#621faf Color Hex

#621FAF
(98,31,175)
0 Favorites   0 Comments

Color spaces of #621faf

RGB 9831175
HSL0.740.700.40
HSV268°82°69°
CMYK 0.440.820.00   0.31
XYZ13.26496.671841.1461
Yxy6.67180.21720.1092
Hunter Lab25.829846.4664-76.3662
CIE-Lab31.047856.5613-63.4780

#621faf color RGB value is (98,31,175).

#621faf hex color red value is 98, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #621faf hue: 0.74 , saturation: 0.70 and the lightness value of 621faf is 0.40.

The process color (four color CMYK) of #621faf color hex is 0.44, 0.82, 0.00, 0.31. Web safe color of #621faf is #663399. Color #621faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011111 10101111
Octal 142 37 257
Decimal 98 31 175
Hex 62 1F AF

RGB Percentages of Color #621faf

%32.24
%10.20
%57.57

CMYK Percentages of Color #621faf

%44
%82
%0
%31

Triadic Colors of #621faf

#621faf #af621f #1faf62

Analogous Colors of #621faf

#621faf #aa1faf #1f24af

Monochromatic Colors of #621faf

#621faf

Complementary Color

#621faf #6caf1f

#621faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#621faf Color CSS Codes

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

#621faf Text Font Color

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

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


#621faf Background Color

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

This div background color is #621faf


#621faf Border Color

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

This div border color is #621faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621faf


Comments

No comments written yet.

Please login to write comment.