Color Hex Logo

#634acc Color Hex

#634ACC
(99,74,204)
0 Favorites   0 Comments

Color spaces of #634acc

RGB 9974204
HSL0.700.560.55
HSV252°64°80°
CMYK 0.510.640.00   0.20
XYZ18.493511.909858.4509
Yxy11.90980.20810.1340
Hunter Lab34.510635.2609-76.2626
CIE-Lab41.072443.7306-64.1443

#634acc color RGB value is (99,74,204).

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

The process color (four color CMYK) of #634acc color hex is 0.51, 0.64, 0.00, 0.20. Web safe color of #634acc is #6633cc. Color #634acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001010 11001100
Octal 143 112 314
Decimal 99 74 204
Hex 63 4A CC

RGB Percentages of Color #634acc

%26.26
%19.63
%54.11

CMYK Percentages of Color #634acc

%51
%64
%0
%20

Triadic Colors of #634acc

#634acc #cc634a #4acc63

Analogous Colors of #634acc

#634acc #a44acc #4a72cc

Monochromatic Colors of #634acc

#634acc

Complementary Color

#634acc #b3cc4a

#634acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#634acc Color CSS Codes

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

#634acc Text Font Color

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

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


#634acc Background Color

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

This div background color is #634acc


#634acc Border Color

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

This div border color is #634acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634acc


Comments

No comments written yet.

Please login to write comment.