Color Hex Logo

#634adf Color Hex

#634ADF
(99,74,223)
0 Favorites   0 Comments

Color spaces of #634adf

RGB 9974223
HSL0.690.700.58
HSV250°67°87°
CMYK 0.560.670.00   0.13
XYZ20.913712.877971.1955
Yxy12.87790.19920.1227
Hunter Lab35.885841.2270-92.5082
CIE-Lab42.578749.3623-72.5934

#634adf color RGB value is (99,74,223).

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

The process color (four color CMYK) of #634adf color hex is 0.56, 0.67, 0.00, 0.13. Web safe color of #634adf is #6633cc. Color #634adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 11011111
Octal 143 112 337
Decimal 99 74 223
Hex 63 4A DF

RGB Percentages of Color #634adf

%25.00
%18.69
%56.31

CMYK Percentages of Color #634adf

%56
%67
%0
%13

Triadic Colors of #634adf

#634adf #df634a #4adf63

Analogous Colors of #634adf

#634adf #ae4adf #4a7cdf

Monochromatic Colors of #634adf

#634adf

Complementary Color

#634adf #c6df4a

#634adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#634adf Color CSS Codes

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

#634adf Text Font Color

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

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


#634adf Background Color

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

This div background color is #634adf


#634adf Border Color

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

This div border color is #634adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634adf


Comments

No comments written yet.

Please login to write comment.