Color Hex Logo

#634afe Color Hex

#634AFE
(99,74,254)
0 Favorites   0 Comments

Color spaces of #634afe

RGB 9974254
HSL0.690.990.64
HSV248°71°100°
CMYK 0.610.710.00   0.00
XYZ25.483814.706095.2613
Yxy14.70600.18810.1086
Hunter Lab38.348451.5095-120.4385
CIE-Lab45.228958.4950-85.7185

#634afe color RGB value is (99,74,254).

#634afe hex color red value is 99, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #634afe hue: 0.69 , saturation: 0.99 and the lightness value of 634afe is 0.64.

The process color (four color CMYK) of #634afe color hex is 0.61, 0.71, 0.00, 0.00. Web safe color of #634afe is #6633ff. Color #634afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 11111110
Octal 143 112 376
Decimal 99 74 254
Hex 63 4A FE

RGB Percentages of Color #634afe

%23.19
%17.33
%59.48

CMYK Percentages of Color #634afe

%61
%71
%0
%0

Triadic Colors of #634afe

#634afe #fe634a #4afe63

Analogous Colors of #634afe

#634afe #bd4afe #4a8bfe

Monochromatic Colors of #634afe

#634afe

Complementary Color

#634afe #e5fe4a

#634afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#634afe Color CSS Codes

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

#634afe Text Font Color

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

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


#634afe Background Color

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

This div background color is #634afe


#634afe Border Color

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

This div border color is #634afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634afe


Comments

No comments written yet.

Please login to write comment.