Color Hex Logo

#631fdc Color Hex

#631FDC
(99,31,220)
0 Favorites   0 Comments

Color spaces of #631fdc

RGB 9931220
HSL0.730.750.49
HSV262°86°86°
CMYK 0.550.860.00   0.14
XYZ18.55388.799968.4308
Yxy8.79990.19370.0919
Hunter Lab29.664659.7301-116.0058
CIE-Lab35.596167.6497-82.3555

#631fdc color RGB value is (99,31,220).

#631fdc hex color red value is 99, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #631fdc hue: 0.73 , saturation: 0.75 and the lightness value of 631fdc is 0.49.

The process color (four color CMYK) of #631fdc color hex is 0.55, 0.86, 0.00, 0.14. Web safe color of #631fdc is #6633cc. Color #631fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011111 11011100
Octal 143 37 334
Decimal 99 31 220
Hex 63 1F DC

RGB Percentages of Color #631fdc

%28.29
%8.86
%62.86

CMYK Percentages of Color #631fdc

%55
%86
%0
%14

Triadic Colors of #631fdc

#631fdc #dc631f #1fdc63

Analogous Colors of #631fdc

#631fdc #c21fdc #1f3adc

Monochromatic Colors of #631fdc

#631fdc

Complementary Color

#631fdc #98dc1f

#631fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#631fdc Color CSS Codes

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

#631fdc Text Font Color

<p style="color:#631fdc">Text here</p>

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


#631fdc Background Color

<div style="background-color:#631fdc">
Div content here</div>

This div background color is #631fdc


#631fdc Border Color

<div style="border:3px solid #631fdc">
Div here</div>

This div border color is #631fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,31,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #631fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #631fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #631fdc;
  box-shadow:         1px 1px 3px 2px #631fdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631fdc


Comments

No comments written yet.

Please login to write comment.