Color Hex Logo

#63127d Color Hex

#63127D
(99,18,125)
0 Favorites   0 Comments

Color spaces of #63127d

RGB 9918125
HSL0.790.750.28
HSV285°86°49°
CMYK 0.210.860.00   0.51
XYZ9.06364.565919.8056
Yxy4.56590.27110.1366
Hunter Lab21.368038.3200-39.9973
CIE-Lab25.460449.7237-41.8364

#63127d color RGB value is (99,18,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010010 01111101
Octal 143 22 175
Decimal 99 18 125
Hex 63 12 7D

RGB Percentages of Color #63127d

%40.91
%7.44
%51.65

CMYK Percentages of Color #63127d

%21
%86
%0
%51

Triadic Colors of #63127d

#63127d #7d6312 #127d63

Analogous Colors of #63127d

#63127d #7d1262 #2d127d

Monochromatic Colors of #63127d

#63127d

Complementary Color

#63127d #2c7d12

#63127d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63127d Color Preview on White Background

Lorem ipsum dolor sit amet.

#63127d Color CSS Codes

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

#63127d Text Font Color

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

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


#63127d Background Color

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

This div background color is #63127d


#63127d Border Color

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

This div border color is #63127d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63127d


Comments

No comments written yet.

Please login to write comment.