Color Hex Logo

#634cbe Color Hex

#634CBE
(99,76,190)
0 Favorites   0 Comments

Color spaces of #634cbe

RGB 9976190
HSL0.700.470.52
HSV252°60°75°
CMYK 0.480.600.00   0.25
XYZ17.024311.539250.0452
Yxy11.53920.21660.1468
Hunter Lab33.969430.0116-63.5700
CIE-Lab40.474238.4240-56.9775

#634cbe color RGB value is (99,76,190).

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

The process color (four color CMYK) of #634cbe color hex is 0.48, 0.60, 0.00, 0.25. Web safe color of #634cbe is #6633cc. Color #634cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001100 10111110
Octal 143 114 276
Decimal 99 76 190
Hex 63 4C BE

RGB Percentages of Color #634cbe

%27.12
%20.82
%52.05

CMYK Percentages of Color #634cbe

%48
%60
%0
%25

Triadic Colors of #634cbe

#634cbe #be634c #4cbe63

Analogous Colors of #634cbe

#634cbe #9c4cbe #4c6ebe

Monochromatic Colors of #634cbe

#634cbe

Complementary Color

#634cbe #a7be4c

#634cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#634cbe Color CSS Codes

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

#634cbe Text Font Color

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

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


#634cbe Background Color

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

This div background color is #634cbe


#634cbe Border Color

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

This div border color is #634cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634cbe


Comments

No comments written yet.

Please login to write comment.