Color Hex Logo

#635fc4 Color Hex

#635FC4
(99,95,196)
0 Favorites   0 Comments

Color spaces of #635fc4

RGB 9995196
HSL0.670.460.57
HSV242°52°77°
CMYK 0.490.520.00   0.23
XYZ19.201614.822654.0736
Yxy14.82260.21800.1683
Hunter Lab38.500121.6501-56.3230
CIE-Lab45.390328.7708-52.5365

#635fc4 color RGB value is (99,95,196).

#635fc4 hex color red value is 99, green value is 95 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #635fc4 hue: 0.67 , saturation: 0.46 and the lightness value of 635fc4 is 0.57.

The process color (four color CMYK) of #635fc4 color hex is 0.49, 0.52, 0.00, 0.23. Web safe color of #635fc4 is #6666cc. Color #635fc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 11000100
Octal 143 137 304
Decimal 99 95 196
Hex 63 5F C4

RGB Percentages of Color #635fc4

%25.38
%24.36
%50.26

CMYK Percentages of Color #635fc4

%49
%52
%0
%23

Triadic Colors of #635fc4

#635fc4 #c4635f #5fc463

Analogous Colors of #635fc4

#635fc4 #965fc4 #5f8ec4

Monochromatic Colors of #635fc4

#635fc4

Complementary Color

#635fc4 #c0c45f

#635fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635fc4 Color CSS Codes

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

#635fc4 Text Font Color

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

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


#635fc4 Background Color

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

This div background color is #635fc4


#635fc4 Border Color

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

This div border color is #635fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635fc4


Comments

No comments written yet.

Please login to write comment.