Color Hex Logo

#637fe1 Color Hex

#637FE1
(99,127,225)
0 Favorites   0 Comments

Color spaces of #637fe1

RGB 99127225
HSL0.630.680.64
HSV227°56°88°
CMYK 0.560.440.00   0.12
XYZ26.325623.267674.3378
Yxy23.26760.21240.1877
Hunter Lab48.236513.0045-57.6069
CIE-Lab55.346918.3944-53.0964

#637fe1 color RGB value is (99,127,225).

#637fe1 hex color red value is 99, green value is 127 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #637fe1 hue: 0.63 , saturation: 0.68 and the lightness value of 637fe1 is 0.64.

The process color (four color CMYK) of #637fe1 color hex is 0.56, 0.44, 0.00, 0.12. Web safe color of #637fe1 is #6666cc. Color #637fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111111 11100001
Octal 143 177 341
Decimal 99 127 225
Hex 63 7F E1

RGB Percentages of Color #637fe1

%21.95
%28.16
%49.89

CMYK Percentages of Color #637fe1

%56
%44
%0
%12

Triadic Colors of #637fe1

#637fe1 #e1637f #7fe163

Analogous Colors of #637fe1

#637fe1 #8663e1 #63bee1

Monochromatic Colors of #637fe1

#637fe1

Complementary Color

#637fe1 #e1c563

#637fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#637fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#637fe1 Color CSS Codes

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

#637fe1 Text Font Color

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

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


#637fe1 Background Color

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

This div background color is #637fe1


#637fe1 Border Color

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

This div border color is #637fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #637fe1


Comments

No comments written yet.

Please login to write comment.