Color Hex Logo

#63418c Color Hex

#63418C
(99,65,140)
0 Favorites   0 Comments

Color spaces of #63418c

RGB 9965140
HSL0.740.370.40
HSV267°54°55°
CMYK 0.290.540.00   0.45
XYZ11.76958.326725.7978
Yxy8.32670.25640.1814
Hunter Lab28.856022.3067-32.8071
CIE-Lab34.654230.8792-36.4224

#63418c color RGB value is (99,65,140).

#63418c hex color red value is 99, green value is 65 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #63418c hue: 0.74 , saturation: 0.37 and the lightness value of 63418c is 0.40.

The process color (four color CMYK) of #63418c color hex is 0.29, 0.54, 0.00, 0.45. Web safe color of #63418c is #663399. Color #63418c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000001 10001100
Octal 143 101 214
Decimal 99 65 140
Hex 63 41 8C

RGB Percentages of Color #63418c

%32.57
%21.38
%46.05

CMYK Percentages of Color #63418c

%29
%54
%0
%45

Triadic Colors of #63418c

#63418c #8c6341 #418c63

Analogous Colors of #63418c

#63418c #89418c #41448c

Monochromatic Colors of #63418c

#63418c

Complementary Color

#63418c #6a8c41

#63418c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63418c Color Preview on White Background

Lorem ipsum dolor sit amet.

#63418c Color CSS Codes

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

#63418c Text Font Color

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

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


#63418c Background Color

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

This div background color is #63418c


#63418c Border Color

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

This div border color is #63418c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63418c


Comments

No comments written yet.

Please login to write comment.