Color Hex Logo

#634ccc Color Hex

#634CCC
(99,76,204)
0 Favorites   0 Comments

Color spaces of #634ccc

RGB 9976204
HSL0.700.560.55
HSV251°63°80°
CMYK 0.510.630.00   0.20
XYZ18.629112.181258.4961
Yxy12.18120.20860.1364
Hunter Lab34.901634.1986-74.9407
CIE-Lab41.502742.5824-63.4444

#634ccc color RGB value is (99,76,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001100 11001100
Octal 143 114 314
Decimal 99 76 204
Hex 63 4C CC

RGB Percentages of Color #634ccc

%26.12
%20.05
%53.83

CMYK Percentages of Color #634ccc

%51
%63
%0
%20

Triadic Colors of #634ccc

#634ccc #cc634c #4ccc63

Analogous Colors of #634ccc

#634ccc #a34ccc #4c75cc

Monochromatic Colors of #634ccc

#634ccc

Complementary Color

#634ccc #b5cc4c

#634ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#634ccc Color CSS Codes

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

#634ccc Text Font Color

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

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


#634ccc Background Color

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

This div background color is #634ccc


#634ccc Border Color

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

This div border color is #634ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,76,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 #634ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634ccc


Comments

No comments written yet.

Please login to write comment.