Color Hex Logo

#63154e Color Hex

#63154E
(99,21,78)
0 Favorites   0 Comments

Color spaces of #63154e

RGB 992178
HSL0.880.650.24
HSV316°79°39°
CMYK 0.000.790.21   0.61
XYZ6.78893.73907.5716
Yxy3.73900.37510.2066
Hunter Lab19.336528.8312-9.6807
CIE-Lab22.789140.2604-15.3665

#63154e color RGB value is (99,21,78).

#63154e hex color red value is 99, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #63154e hue: 0.88 , saturation: 0.65 and the lightness value of 63154e is 0.24.

The process color (four color CMYK) of #63154e color hex is 0.00, 0.79, 0.21, 0.61. Web safe color of #63154e is #660066. Color #63154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010101 01001110
Octal 143 25 116
Decimal 99 21 78
Hex 63 15 4E

RGB Percentages of Color #63154e

%50.00
%10.61
%39.39

CMYK Percentages of Color #63154e

%0
%79
%21
%61

Triadic Colors of #63154e

#63154e #4e6315 #154e63

Analogous Colors of #63154e

#63154e #631527 #511563

Monochromatic Colors of #63154e

#63154e

Complementary Color

#63154e #15632a

#63154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63154e Color CSS Codes

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

#63154e Text Font Color

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

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


#63154e Background Color

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

This div background color is #63154e


#63154e Border Color

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

This div border color is #63154e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,21,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63154e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63154e;
  -webkit-box-shadow: 1px 1px 3px 2px #63154e;
  box-shadow:         1px 1px 3px 2px #63154e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63154e


Comments

No comments written yet.

Please login to write comment.