Color Hex Logo

#635dc8 Color Hex

#635DC8
(99,93,200)
0 Favorites   0 Comments

Color spaces of #635dc8

RGB 9993200
HSL0.680.490.57
HSV243°54°78°
CMYK 0.510.540.00   0.22
XYZ19.485314.651556.4446
Yxy14.65150.21510.1617
Hunter Lab38.277323.8814-60.6364
CIE-Lab45.153131.2307-55.2271

#635dc8 color RGB value is (99,93,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011101 11001000
Octal 143 135 310
Decimal 99 93 200
Hex 63 5D C8

RGB Percentages of Color #635dc8

%25.26
%23.72
%51.02

CMYK Percentages of Color #635dc8

%51
%54
%0
%22

Triadic Colors of #635dc8

#635dc8 #c8635d #5dc863

Analogous Colors of #635dc8

#635dc8 #995dc8 #5d8dc8

Monochromatic Colors of #635dc8

#635dc8

Complementary Color

#635dc8 #c2c85d

#635dc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635dc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635dc8 Color CSS Codes

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

#635dc8 Text Font Color

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

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


#635dc8 Background Color

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

This div background color is #635dc8


#635dc8 Border Color

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

This div border color is #635dc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635dc8


Comments

No comments written yet.

Please login to write comment.