Color Hex Logo

#635cbc Color Hex

#635CBC
(99,92,188)
0 Favorites   0 Comments

Color spaces of #635cbc

RGB 9992188
HSL0.680.420.55
HSV244°51°74°
CMYK 0.470.510.00   0.26
XYZ18.049813.937849.3159
Yxy13.93780.22200.1714
Hunter Lab37.333420.9672-52.1864
CIE-Lab44.143628.1568-49.8974

#635cbc color RGB value is (99,92,188).

#635cbc hex color red value is 99, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #635cbc hue: 0.68 , saturation: 0.42 and the lightness value of 635cbc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011100 10111100
Octal 143 134 274
Decimal 99 92 188
Hex 63 5C BC

RGB Percentages of Color #635cbc

%26.12
%24.27
%49.60

CMYK Percentages of Color #635cbc

%47
%51
%0
%26

Triadic Colors of #635cbc

#635cbc #bc635c #5cbc63

Analogous Colors of #635cbc

#635cbc #935cbc #5c85bc

Monochromatic Colors of #635cbc

#635cbc

Complementary Color

#635cbc #b5bc5c

#635cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#635cbc Color CSS Codes

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

#635cbc Text Font Color

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

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


#635cbc Background Color

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

This div background color is #635cbc


#635cbc Border Color

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

This div border color is #635cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635cbc


Comments

No comments written yet.

Please login to write comment.