Color Hex Logo

#632e8d Color Hex

#632E8D
(99,46,141)
0 Favorites   0 Comments

Color spaces of #632e8d

RGB 9946141
HSL0.760.510.37
HSV273°67°55°
CMYK 0.300.670.00   0.45
XYZ10.93036.529725.8836
Yxy6.52970.25220.1506
Hunter Lab25.553331.6343-42.1691
CIE-Lab30.711341.8044-43.3576

#632e8d color RGB value is (99,46,141).

#632e8d hex color red value is 99, green value is 46 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #632e8d hue: 0.76 , saturation: 0.51 and the lightness value of 632e8d is 0.37.

The process color (four color CMYK) of #632e8d color hex is 0.30, 0.67, 0.00, 0.45. Web safe color of #632e8d is #663399. Color #632e8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00101110 10001101
Octal 143 56 215
Decimal 99 46 141
Hex 63 2E 8D

RGB Percentages of Color #632e8d

%34.62
%16.08
%49.30

CMYK Percentages of Color #632e8d

%30
%67
%0
%45

Triadic Colors of #632e8d

#632e8d #8d632e #2e8d63

Analogous Colors of #632e8d

#632e8d #8d2e88 #342e8d

Monochromatic Colors of #632e8d

#632e8d

Complementary Color

#632e8d #588d2e

#632e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#632e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#632e8d Color CSS Codes

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

#632e8d Text Font Color

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

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


#632e8d Background Color

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

This div background color is #632e8d


#632e8d Border Color

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

This div border color is #632e8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #632e8d


Comments

No comments written yet.

Please login to write comment.