Color Hex Logo

#635bca Color Hex

#635BCA
(99,91,202)
0 Favorites   0 Comments

Color spaces of #635bca

RGB 9991202
HSL0.680.510.57
HSV244°55°79°
CMYK 0.510.550.00   0.21
XYZ19.547314.399157.6262
Yxy14.39910.21350.1572
Hunter Lab37.946125.5454-63.4773
CIE-Lab44.799933.0655-56.9495

#635bca color RGB value is (99,91,202).

#635bca hex color red value is 99, green value is 91 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #635bca hue: 0.68 , saturation: 0.51 and the lightness value of 635bca is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011011 11001010
Octal 143 133 312
Decimal 99 91 202
Hex 63 5B CA

RGB Percentages of Color #635bca

%25.26
%23.21
%51.53

CMYK Percentages of Color #635bca

%51
%55
%0
%21

Triadic Colors of #635bca

#635bca #ca635b #5bca63

Analogous Colors of #635bca

#635bca #9b5bca #5b8bca

Monochromatic Colors of #635bca

#635bca

Complementary Color

#635bca #c2ca5b

#635bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#635bca Color CSS Codes

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

#635bca Text Font Color

<p style="color:#635bca">Text here</p>

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


#635bca Background Color

<div style="background-color:#635bca">
Div content here</div>

This div background color is #635bca


#635bca Border Color

<div style="border:3px solid #635bca">
Div here</div>

This div border color is #635bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635bca


Comments

No comments written yet.

Please login to write comment.