Color Hex Logo

#634ffd Color Hex

#634FFD
(99,79,253)
0 Favorites   0 Comments

Color spaces of #634ffd

RGB 9979253
HSL0.690.980.65
HSV247°69°99°
CMYK 0.610.690.00   0.01
XYZ25.671215.336594.5357
Yxy15.33650.18940.1131
Hunter Lab39.161848.4763-115.7113
CIE-Lab46.091755.5644-83.7440

#634ffd color RGB value is (99,79,253).

#634ffd hex color red value is 99, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #634ffd hue: 0.69 , saturation: 0.98 and the lightness value of 634ffd is 0.65.

The process color (four color CMYK) of #634ffd color hex is 0.61, 0.69, 0.00, 0.01. Web safe color of #634ffd is #6666ff. Color #634ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001111 11111101
Octal 143 117 375
Decimal 99 79 253
Hex 63 4F FD

RGB Percentages of Color #634ffd

%22.97
%18.33
%58.70

CMYK Percentages of Color #634ffd

%61
%69
%0
%1

Triadic Colors of #634ffd

#634ffd #fd634f #4ffd63

Analogous Colors of #634ffd

#634ffd #ba4ffd #4f92fd

Monochromatic Colors of #634ffd

#634ffd

Complementary Color

#634ffd #e9fd4f

#634ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#634ffd Color CSS Codes

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

#634ffd Text Font Color

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

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


#634ffd Background Color

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

This div background color is #634ffd


#634ffd Border Color

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

This div border color is #634ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634ffd

Related Colors

#634ffd Color Palettes


Comments

No comments written yet.

Please login to write comment.