Color Hex Logo

#634ada Color Hex

#634ADA
(99,74,218)
0 Favorites   0 Comments

Color spaces of #634ada

RGB 9974218
HSL0.700.660.57
HSV250°66°85°
CMYK 0.550.660.00   0.15
XYZ20.249312.612267.6968
Yxy12.61220.20140.1254
Hunter Lab35.513739.6288-88.1601
CIE-Lab42.173047.8799-70.4014

#634ada color RGB value is (99,74,218).

#634ada hex color red value is 99, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #634ada hue: 0.70 , saturation: 0.66 and the lightness value of 634ada is 0.57.

The process color (four color CMYK) of #634ada color hex is 0.55, 0.66, 0.00, 0.15. Web safe color of #634ada is #6633cc. Color #634ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 11011010
Octal 143 112 332
Decimal 99 74 218
Hex 63 4A DA

RGB Percentages of Color #634ada

%25.32
%18.93
%55.75

CMYK Percentages of Color #634ada

%55
%66
%0
%15

Triadic Colors of #634ada

#634ada #da634a #4ada63

Analogous Colors of #634ada

#634ada #ab4ada #4a79da

Monochromatic Colors of #634ada

#634ada

Complementary Color

#634ada #c1da4a

#634ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#634ada Color CSS Codes

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

#634ada Text Font Color

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

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


#634ada Background Color

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

This div background color is #634ada


#634ada Border Color

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

This div border color is #634ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634ada


Comments

No comments written yet.

Please login to write comment.