Color Hex Logo

#631adc Color Hex

#631ADC
(99,26,220)
0 Favorites   0 Comments

Color spaces of #631adc

RGB 9926220
HSL0.730.790.48
HSV263°88°86°
CMYK 0.550.880.00   0.14
XYZ18.43338.558768.3906
Yxy8.55870.19330.0897
Hunter Lab29.255361.2735-118.1247
CIE-Lab35.120469.0712-83.1423

#631adc color RGB value is (99,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011010 11011100
Octal 143 32 334
Decimal 99 26 220
Hex 63 1A DC

RGB Percentages of Color #631adc

%28.70
%7.54
%63.77

CMYK Percentages of Color #631adc

%55
%88
%0
%14

Triadic Colors of #631adc

#631adc #dc631a #1adc63

Analogous Colors of #631adc

#631adc #c41adc #1a32dc

Monochromatic Colors of #631adc

#631adc

Complementary Color

#631adc #93dc1a

#631adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#631adc Color CSS Codes

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

#631adc Text Font Color

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

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


#631adc Background Color

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

This div background color is #631adc


#631adc Border Color

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

This div border color is #631adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,26,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 #631adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631adc


Comments

No comments written yet.

Please login to write comment.