Color Hex Logo

#63254e Color Hex

#63254E
(99,37,78)
0 Favorites   0 Comments

Color spaces of #63254e

RGB 993778
HSL0.890.460.27
HSV320°63°39°
CMYK 0.000.630.21   0.61
XYZ7.18234.52587.7028
Yxy4.52580.37000.2332
Hunter Lab21.273923.0341-6.5758
CIE-Lab25.338733.2032-11.4431

#63254e color RGB value is (99,37,78).

#63254e hex color red value is 99, green value is 37 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #63254e hue: 0.89 , saturation: 0.46 and the lightness value of 63254e is 0.27.

The process color (four color CMYK) of #63254e color hex is 0.00, 0.63, 0.21, 0.61. Web safe color of #63254e is #663366. Color #63254e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100101 01001110
Octal 143 45 116
Decimal 99 37 78
Hex 63 25 4E

RGB Percentages of Color #63254e

%46.26
%17.29
%36.45

CMYK Percentages of Color #63254e

%0
%63
%21
%61

Triadic Colors of #63254e

#63254e #4e6325 #254e63

Analogous Colors of #63254e

#63254e #63252f #592563

Monochromatic Colors of #63254e

#63254e

Complementary Color

#63254e #25633a

#63254e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63254e Color Preview on White Background

Lorem ipsum dolor sit amet.

#63254e Color CSS Codes

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

#63254e Text Font Color

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

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


#63254e Background Color

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

This div background color is #63254e


#63254e Border Color

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

This div border color is #63254e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63254e

#63254e Color Palettes


Comments

No comments written yet.

Please login to write comment.