Color Hex Logo

#635fcf Color Hex

#635FCF
(99,95,207)
0 Favorites   0 Comments

Color spaces of #635fcf

RGB 9995207
HSL0.670.540.59
HSV242°54°81°
CMYK 0.520.540.00   0.19
XYZ20.500315.342160.9123
Yxy15.34210.21190.1586
Hunter Lab39.169024.8777-64.7845
CIE-Lab46.099232.1854-57.7277

#635fcf color RGB value is (99,95,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01011111 11001111
Octal 143 137 317
Decimal 99 95 207
Hex 63 5F CF

RGB Percentages of Color #635fcf

%24.69
%23.69
%51.62

CMYK Percentages of Color #635fcf

%52
%54
%0
%19

Triadic Colors of #635fcf

#635fcf #cf635f #5fcf63

Analogous Colors of #635fcf

#635fcf #9b5fcf #5f93cf

Monochromatic Colors of #635fcf

#635fcf

Complementary Color

#635fcf #cbcf5f

#635fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#635fcf Color CSS Codes

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

#635fcf Text Font Color

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

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


#635fcf Background Color

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

This div background color is #635fcf


#635fcf Border Color

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

This div border color is #635fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635fcf


Comments

No comments written yet.

Please login to write comment.