Color Hex Logo

#634ebe Color Hex

#634EBE
(99,78,190)
0 Favorites   0 Comments

Color spaces of #634ebe

RGB 9978190
HSL0.700.460.53
HSV251°59°75°
CMYK 0.480.590.00   0.25
XYZ17.164211.819150.0919
Yxy11.81910.21710.1495
Hunter Lab34.378928.9557-62.3234
CIE-Lab40.927237.2414-56.2445

#634ebe color RGB value is (99,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001110 10111110
Octal 143 116 276
Decimal 99 78 190
Hex 63 4E BE

RGB Percentages of Color #634ebe

%26.98
%21.25
%51.77

CMYK Percentages of Color #634ebe

%48
%59
%0
%25

Triadic Colors of #634ebe

#634ebe #be634e #4ebe63

Analogous Colors of #634ebe

#634ebe #9b4ebe #4e71be

Monochromatic Colors of #634ebe

#634ebe

Complementary Color

#634ebe #a9be4e

#634ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#634ebe Color CSS Codes

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

#634ebe Text Font Color

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

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


#634ebe Background Color

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

This div background color is #634ebe


#634ebe Border Color

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

This div border color is #634ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,78,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 #634ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634ebe


Comments

No comments written yet.

Please login to write comment.