Color Hex Logo

#631269 Color Hex

#631269
(99,18,105)
0 Favorites   0 Comments

Color spaces of #631269

RGB 9918105
HSL0.820.710.24
HSV296°83°41°
CMYK 0.060.830.00   0.59
XYZ7.91174.105213.7400
Yxy4.10520.30720.1594
Hunter Lab20.261334.2440-26.0240
CIE-Lab24.016245.8297-31.3230

#631269 color RGB value is (99,18,105).

#631269 hex color red value is 99, green value is 18 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #631269 hue: 0.82 , saturation: 0.71 and the lightness value of 631269 is 0.24.

The process color (four color CMYK) of #631269 color hex is 0.06, 0.83, 0.00, 0.59. Web safe color of #631269 is #660066. Color #631269 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 01101001
Octal 143 22 151
Decimal 99 18 105
Hex 63 12 69

RGB Percentages of Color #631269

%44.59
%8.11
%47.30

CMYK Percentages of Color #631269

%6
%83
%0
%59

Triadic Colors of #631269

#631269 #696312 #126963

Analogous Colors of #631269

#631269 #691244 #371269

Monochromatic Colors of #631269

#631269

Complementary Color

#631269 #186912

#631269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#631269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#631269 Color CSS Codes

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

#631269 Text Font Color

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

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


#631269 Background Color

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

This div background color is #631269


#631269 Border Color

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

This div border color is #631269


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,18,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #631269; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #631269;
  -webkit-box-shadow: 1px 1px 3px 2px #631269;
  box-shadow:         1px 1px 3px 2px #631269; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #631269


Comments

No comments written yet.

Please login to write comment.