Color Hex Logo

#637dfe Color Hex

#637DFE
(99,125,254)
0 Favorites   0 Comments

Color spaces of #637dfe

RGB 99125254
HSL0.640.990.69
HSV230°61°100°
CMYK 0.610.510.00   0.00
XYZ30.368624.475696.8896
Yxy24.47560.20010.1613
Hunter Lab49.472822.9937-81.4850
CIE-Lab56.560929.0587-67.2643

#637dfe color RGB value is (99,125,254).

#637dfe hex color red value is 99, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #637dfe hue: 0.64 , saturation: 0.99 and the lightness value of 637dfe is 0.69.

The process color (four color CMYK) of #637dfe color hex is 0.61, 0.51, 0.00, 0.00. Web safe color of #637dfe is #6666ff. Color #637dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111101 11111110
Octal 143 175 376
Decimal 99 125 254
Hex 63 7D FE

RGB Percentages of Color #637dfe

%20.71
%26.15
%53.14

CMYK Percentages of Color #637dfe

%61
%51
%0
%0

Triadic Colors of #637dfe

#637dfe #fe637d #7dfe63

Analogous Colors of #637dfe

#637dfe #9763fe #63cbfe

Monochromatic Colors of #637dfe

#637dfe

Complementary Color

#637dfe #fee463

#637dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#637dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#637dfe Color CSS Codes

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

#637dfe Text Font Color

<p style="color:#637dfe">Text here</p>

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


#637dfe Background Color

<div style="background-color:#637dfe">
Div content here</div>

This div background color is #637dfe


#637dfe Border Color

<div style="border:3px solid #637dfe">
Div here</div>

This div border color is #637dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,125,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #637dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #637dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #637dfe;
  box-shadow:         1px 1px 3px 2px #637dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #637dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.