Color Hex Logo

#634dbb Color Hex

#634DBB
(99,77,187)
0 Favorites   0 Comments

Color spaces of #634dbb

RGB 9977187
HSL0.700.450.52
HSV252°59°73°
CMYK 0.470.590.00   0.27
XYZ16.769111.548348.3589
Yxy11.54830.21870.1506
Hunter Lab33.982828.6125-60.5841
CIE-Lab40.489036.9446-55.1984

#634dbb color RGB value is (99,77,187).

#634dbb hex color red value is 99, green value is 77 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #634dbb hue: 0.70 , saturation: 0.45 and the lightness value of 634dbb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001101 10111011
Octal 143 115 273
Decimal 99 77 187
Hex 63 4D BB

RGB Percentages of Color #634dbb

%27.27
%21.21
%51.52

CMYK Percentages of Color #634dbb

%47
%59
%0
%27

Triadic Colors of #634dbb

#634dbb #bb634d #4dbb63

Analogous Colors of #634dbb

#634dbb #9a4dbb #4d6ebb

Monochromatic Colors of #634dbb

#634dbb

Complementary Color

#634dbb #a5bb4d

#634dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#634dbb Color CSS Codes

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

#634dbb Text Font Color

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

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


#634dbb Background Color

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

This div background color is #634dbb


#634dbb Border Color

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

This div border color is #634dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634dbb


Comments

No comments written yet.

Please login to write comment.