Color Hex Logo

#634dca Color Hex

#634DCA
(99,77,202)
0 Favorites   0 Comments

Color spaces of #634dca

RGB 9977202
HSL0.700.540.55
HSV251°62°79°
CMYK 0.510.620.00   0.21
XYZ18.460112.224757.2638
Yxy12.22470.20990.1390
Hunter Lab34.963833.0572-72.6305
CIE-Lab41.571041.4067-62.1767

#634dca color RGB value is (99,77,202).

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

The process color (four color CMYK) of #634dca color hex is 0.51, 0.62, 0.00, 0.21. Web safe color of #634dca is #6666cc. Color #634dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001101 11001010
Octal 143 115 312
Decimal 99 77 202
Hex 63 4D CA

RGB Percentages of Color #634dca

%26.19
%20.37
%53.44

CMYK Percentages of Color #634dca

%51
%62
%0
%21

Triadic Colors of #634dca

#634dca #ca634d #4dca63

Analogous Colors of #634dca

#634dca #a24dca #4d76ca

Monochromatic Colors of #634dca

#634dca

Complementary Color

#634dca #b4ca4d

#634dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#634dca Color CSS Codes

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

#634dca Text Font Color

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

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


#634dca Background Color

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

This div background color is #634dca


#634dca Border Color

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

This div border color is #634dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634dca


Comments

No comments written yet.

Please login to write comment.