Color Hex Logo

#63126b Color Hex

#63126B
(99,18,107)
0 Favorites   0 Comments

Color spaces of #63126b

RGB 9918107
HSL0.820.710.25
HSV295°83°42°
CMYK 0.070.830.00   0.58
XYZ8.01574.146814.2879
Yxy4.14680.30300.1568
Hunter Lab20.363734.6260-27.3454
CIE-Lab24.150946.2015-32.4068

#63126b color RGB value is (99,18,107).

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

The process color (four color CMYK) of #63126b color hex is 0.07, 0.83, 0.00, 0.58. Web safe color of #63126b is #660066. Color #63126b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 01101011
Octal 143 22 153
Decimal 99 18 107
Hex 63 12 6B

RGB Percentages of Color #63126b

%44.20
%8.04
%47.77

CMYK Percentages of Color #63126b

%7
%83
%0
%58

Triadic Colors of #63126b

#63126b #6b6312 #126b63

Analogous Colors of #63126b

#63126b #6b1247 #36126b

Monochromatic Colors of #63126b

#63126b

Complementary Color

#63126b #1a6b12

#63126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#63126b Color CSS Codes

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

#63126b Text Font Color

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

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


#63126b Background Color

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

This div background color is #63126b


#63126b Border Color

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

This div border color is #63126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63126b


Comments

No comments written yet.

Please login to write comment.