Color Hex Logo

#631fed Color Hex

#631FED
(99,31,237)
0 Favorites   0 Comments

Color spaces of #631fed

RGB 9931237
HSL0.720.850.53
HSV260°87°93°
CMYK 0.580.870.00   0.07
XYZ20.92169.747080.8994
Yxy9.74700.18750.0874
Hunter Lab31.220264.9830-131.7813
CIE-Lab37.384571.7892-89.1023

#631fed color RGB value is (99,31,237).

#631fed hex color red value is 99, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #631fed hue: 0.72 , saturation: 0.85 and the lightness value of 631fed is 0.53.

The process color (four color CMYK) of #631fed color hex is 0.58, 0.87, 0.00, 0.07. Web safe color of #631fed is #6633ff. Color #631fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011111 11101101
Octal 143 37 355
Decimal 99 31 237
Hex 63 1F ED

RGB Percentages of Color #631fed

%26.98
%8.45
%64.58

CMYK Percentages of Color #631fed

%58
%87
%0
%7

Triadic Colors of #631fed

#631fed #ed631f #1fed63

Analogous Colors of #631fed

#631fed #ca1fed #1f42ed

Monochromatic Colors of #631fed

#631fed

Complementary Color

#631fed #a9ed1f

#631fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#631fed Color CSS Codes

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

#631fed Text Font Color

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

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


#631fed Background Color

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

This div background color is #631fed


#631fed Border Color

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

This div border color is #631fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631fed


Comments

No comments written yet.

Please login to write comment.