Color Hex Logo

#63035c Color Hex

#63035C
(99,3,92)
0 Favorites   0 Comments

Color spaces of #63035c

RGB 99392
HSL0.850.940.20
HSV304°97°39°
CMYK 0.000.970.07   0.61
XYZ7.10993.490510.4242
Yxy3.49050.33820.1660
Hunter Lab18.682935.2344-20.0031
CIE-Lab21.910047.2692-26.1316

#63035c color RGB value is (99,3,92).

#63035c hex color red value is 99, green value is 3 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #63035c hue: 0.85 , saturation: 0.94 and the lightness value of 63035c is 0.20.

The process color (four color CMYK) of #63035c color hex is 0.00, 0.97, 0.07, 0.61. Web safe color of #63035c is #660066. Color #63035c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000011 01011100
Octal 143 3 134
Decimal 99 3 92
Hex 63 3 5C

RGB Percentages of Color #63035c

%51.03
%1.55
%47.42

CMYK Percentages of Color #63035c

%0
%97
%7
%61

Triadic Colors of #63035c

#63035c #5c6303 #035c63

Analogous Colors of #63035c

#63035c #63032c #3a0363

Monochromatic Colors of #63035c

#63035c

Complementary Color

#63035c #03630a

#63035c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63035c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63035c Color CSS Codes

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

#63035c Text Font Color

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

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


#63035c Background Color

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

This div background color is #63035c


#63035c Border Color

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

This div border color is #63035c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63035c


Comments

No comments written yet.

Please login to write comment.