Color Hex Logo

#632055 Color Hex

#632055
(99,32,85)
0 Favorites   0 Comments

Color spaces of #632055

RGB 993285
HSL0.870.510.26
HSV313°68°39°
CMYK 0.000.680.14   0.61
XYZ7.30184.34159.0475
Yxy4.34150.35290.2098
Hunter Lab20.836326.0895-11.1595
CIE-Lab24.769736.8213-16.9816

#632055 color RGB value is (99,32,85).

#632055 hex color red value is 99, green value is 32 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #632055 hue: 0.87 , saturation: 0.51 and the lightness value of 632055 is 0.26.

The process color (four color CMYK) of #632055 color hex is 0.00, 0.68, 0.14, 0.61. Web safe color of #632055 is #663366. Color #632055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00100000 01010101
Octal 143 40 125
Decimal 99 32 85
Hex 63 20 55

RGB Percentages of Color #632055

%45.83
%14.81
%39.35

CMYK Percentages of Color #632055

%0
%68
%14
%61

Triadic Colors of #632055

#632055 #556320 #205563

Analogous Colors of #632055

#632055 #632034 #4f2063

Monochromatic Colors of #632055

#632055

Complementary Color

#632055 #20632e

#632055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#632055 Color CSS Codes

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

#632055 Text Font Color

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

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


#632055 Background Color

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

This div background color is #632055


#632055 Border Color

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

This div border color is #632055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632055


Comments

No comments written yet.

Please login to write comment.