Color Hex Logo

#631bad Color Hex

#631BAD
(99,27,173)
0 Favorites   0 Comments

Color spaces of #631bad

RGB 9927173
HSL0.750.730.39
HSV270°84°68°
CMYK 0.430.840.00   0.32
XYZ13.08036.453640.0914
Yxy6.45360.21940.1082
Hunter Lab25.403947.4514-75.7862
CIE-Lab30.529257.5879-63.1260

#631bad color RGB value is (99,27,173).

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

The process color (four color CMYK) of #631bad color hex is 0.43, 0.84, 0.00, 0.32. Web safe color of #631bad is #663399. Color #631bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011011 10101101
Octal 143 33 255
Decimal 99 27 173
Hex 63 1B AD

RGB Percentages of Color #631bad

%33.11
%9.03
%57.86

CMYK Percentages of Color #631bad

%43
%84
%0
%32

Triadic Colors of #631bad

#631bad #ad631b #1bad63

Analogous Colors of #631bad

#631bad #ac1bad #1b1cad

Monochromatic Colors of #631bad

#631bad

Complementary Color

#631bad #65ad1b

#631bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#631bad Color CSS Codes

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

#631bad Text Font Color

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

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


#631bad Background Color

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

This div background color is #631bad


#631bad Border Color

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

This div border color is #631bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631bad


Comments

No comments written yet.

Please login to write comment.