Color Hex Logo

#631fbc Color Hex

#631FBC
(99,31,188)
0 Favorites   0 Comments

Color spaces of #631fbc

RGB 9931188
HSL0.740.720.43
HSV266°84°74°
CMYK 0.470.840.00   0.26
XYZ14.71277.263548.2035
Yxy7.26350.20960.1035
Hunter Lab26.950950.2805-87.1786
CIE-Lab32.399459.8471-68.9824

#631fbc color RGB value is (99,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011111 10111100
Octal 143 37 274
Decimal 99 31 188
Hex 63 1F BC

RGB Percentages of Color #631fbc

%31.13
%9.75
%59.12

CMYK Percentages of Color #631fbc

%47
%84
%0
%26

Triadic Colors of #631fbc

#631fbc #bc631f #1fbc63

Analogous Colors of #631fbc

#631fbc #b21fbc #1f29bc

Monochromatic Colors of #631fbc

#631fbc

Complementary Color

#631fbc #78bc1f

#631fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#631fbc Color CSS Codes

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

#631fbc Text Font Color

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

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


#631fbc Background Color

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

This div background color is #631fbc


#631fbc Border Color

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

This div border color is #631fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631fbc


Comments

No comments written yet.

Please login to write comment.