Color Hex Logo

#63375c Color Hex

#63375C
(99,55,92)
0 Favorites   0 Comments

Color spaces of #63375c

RGB 995592
HSL0.860.290.30
HSV310°44°39°
CMYK 0.000.440.07   0.61
XYZ8.44356.157710.8688
Yxy6.15770.33150.2418
Hunter Lab24.814717.3110-8.5986
CIE-Lab29.806925.6557-13.7989

#63375c color RGB value is (99,55,92).

#63375c hex color red value is 99, green value is 55 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #63375c hue: 0.86 , saturation: 0.29 and the lightness value of 63375c is 0.30.

The process color (four color CMYK) of #63375c color hex is 0.00, 0.44, 0.07, 0.61. Web safe color of #63375c is #663366. Color #63375c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00110111 01011100
Octal 143 67 134
Decimal 99 55 92
Hex 63 37 5C

RGB Percentages of Color #63375c

%40.24
%22.36
%37.40

CMYK Percentages of Color #63375c

%0
%44
%7
%61

Triadic Colors of #63375c

#63375c #5c6337 #375c63

Analogous Colors of #63375c

#63375c #633746 #543763

Monochromatic Colors of #63375c

#63375c

Complementary Color

#63375c #37633e

#63375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63375c Color CSS Codes

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

#63375c Text Font Color

<p style="color:#63375c">Text here</p>

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


#63375c Background Color

<div style="background-color:#63375c">
Div content here</div>

This div background color is #63375c


#63375c Border Color

<div style="border:3px solid #63375c">
Div here</div>

This div border color is #63375c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,55,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63375c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63375c;
  -webkit-box-shadow: 1px 1px 3px 2px #63375c;
  box-shadow:         1px 1px 3px 2px #63375c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63375c

#63375c Color Palettes


Comments

No comments written yet.

Please login to write comment.