Color Hex Logo

#63137d Color Hex

#63137D
(99,19,125)
0 Favorites   0 Comments

Color spaces of #63137d

RGB 9919125
HSL0.790.740.28
HSV285°85°49°
CMYK 0.210.850.00   0.51
XYZ9.08014.599119.8112
Yxy4.59910.27110.1373
Hunter Lab21.445538.0478-39.7598
CIE-Lab25.560649.4301-41.6742

#63137d color RGB value is (99,19,125).

#63137d hex color red value is 99, green value is 19 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #63137d hue: 0.79 , saturation: 0.74 and the lightness value of 63137d is 0.28.

The process color (four color CMYK) of #63137d color hex is 0.21, 0.85, 0.00, 0.51. Web safe color of #63137d is #660066. Color #63137d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010011 01111101
Octal 143 23 175
Decimal 99 19 125
Hex 63 13 7D

RGB Percentages of Color #63137d

%40.74
%7.82
%51.44

CMYK Percentages of Color #63137d

%21
%85
%0
%51

Triadic Colors of #63137d

#63137d #7d6313 #137d63

Analogous Colors of #63137d

#63137d #7d1362 #2e137d

Monochromatic Colors of #63137d

#63137d

Complementary Color

#63137d #2d7d13

#63137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63137d Color CSS Codes

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

#63137d Text Font Color

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

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


#63137d Background Color

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

This div background color is #63137d


#63137d Border Color

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

This div border color is #63137d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,19,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63137d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63137d;
  -webkit-box-shadow: 1px 1px 3px 2px #63137d;
  box-shadow:         1px 1px 3px 2px #63137d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63137d


Comments

No comments written yet.

Please login to write comment.