Color Hex Logo

#632d71 Color Hex

#632D71
(99,45,113)
0 Favorites   0 Comments

Color spaces of #632d71

RGB 9945113
HSL0.800.430.31
HSV288°60°44°
CMYK 0.120.600.00   0.56
XYZ9.06465.721716.2494
Yxy5.72170.29210.1844
Hunter Lab23.920125.7831-23.5329
CIE-Lab28.699235.7717-29.0179

#632d71 color RGB value is (99,45,113).

#632d71 hex color red value is 99, green value is 45 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #632d71 hue: 0.80 , saturation: 0.43 and the lightness value of 632d71 is 0.31.

The process color (four color CMYK) of #632d71 color hex is 0.12, 0.60, 0.00, 0.56. Web safe color of #632d71 is #663366. Color #632d71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101101 01110001
Octal 143 55 161
Decimal 99 45 113
Hex 63 2D 71

RGB Percentages of Color #632d71

%38.52
%17.51
%43.97

CMYK Percentages of Color #632d71

%12
%60
%0
%56

Triadic Colors of #632d71

#632d71 #71632d #2d7163

Analogous Colors of #632d71

#632d71 #712d5d #412d71

Monochromatic Colors of #632d71

#632d71

Complementary Color

#632d71 #3b712d

#632d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#632d71 Color CSS Codes

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

#632d71 Text Font Color

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

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


#632d71 Background Color

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

This div background color is #632d71


#632d71 Border Color

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

This div border color is #632d71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,45,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #632d71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #632d71;
  -webkit-box-shadow: 1px 1px 3px 2px #632d71;
  box-shadow:         1px 1px 3px 2px #632d71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632d71


Comments

No comments written yet.

Please login to write comment.