Color Hex Logo

#634cba Color Hex

#634CBA
(99,76,186)
0 Favorites   0 Comments

Color spaces of #634cba

RGB 9976186
HSL0.700.440.51
HSV253°59°73°
CMYK 0.470.590.00   0.27
XYZ16.593011.366747.7738
Yxy11.36670.21910.1501
Hunter Lab33.714528.8504-60.4143
CIE-Lab40.191337.2425-55.0937

#634cba color RGB value is (99,76,186).

#634cba hex color red value is 99, green value is 76 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #634cba hue: 0.70 , saturation: 0.44 and the lightness value of 634cba is 0.51.

The process color (four color CMYK) of #634cba color hex is 0.47, 0.59, 0.00, 0.27. Web safe color of #634cba is #6633cc. Color #634cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001100 10111010
Octal 143 114 272
Decimal 99 76 186
Hex 63 4C BA

RGB Percentages of Color #634cba

%27.42
%21.05
%51.52

CMYK Percentages of Color #634cba

%47
%59
%0
%27

Triadic Colors of #634cba

#634cba #ba634c #4cba63

Analogous Colors of #634cba

#634cba #9a4cba #4c6cba

Monochromatic Colors of #634cba

#634cba

Complementary Color

#634cba #a3ba4c

#634cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#634cba Color CSS Codes

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

#634cba Text Font Color

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

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


#634cba Background Color

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

This div background color is #634cba


#634cba Border Color

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

This div border color is #634cba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,76,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #634cba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #634cba;
  -webkit-box-shadow: 1px 1px 3px 2px #634cba;
  box-shadow:         1px 1px 3px 2px #634cba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634cba


Comments

No comments written yet.

Please login to write comment.