Color Hex Logo

#638afc Color Hex

#638AFC
(99,138,252)
0 Favorites   0 Comments

Color spaces of #638afc

RGB 99138252
HSL0.620.960.69
HSV225°61°99°
CMYK 0.610.450.00   0.01
XYZ31.804827.857995.7963
Yxy27.85790.20460.1792
Hunter Lab52.780615.1954-70.6644
CIE-Lab59.760120.5744-61.0220

#638afc color RGB value is (99,138,252).

#638afc hex color red value is 99, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #638afc hue: 0.62 , saturation: 0.96 and the lightness value of 638afc is 0.69.

The process color (four color CMYK) of #638afc color hex is 0.61, 0.45, 0.00, 0.01. Web safe color of #638afc is #6699ff. Color #638afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 11111100
Octal 143 212 374
Decimal 99 138 252
Hex 63 8A FC

RGB Percentages of Color #638afc

%20.25
%28.22
%51.53

CMYK Percentages of Color #638afc

%61
%45
%0
%1

Triadic Colors of #638afc

#638afc #fc638a #8afc63

Analogous Colors of #638afc

#638afc #8963fc #63d7fc

Monochromatic Colors of #638afc

#638afc

Complementary Color

#638afc #fcd563

#638afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#638afc Color CSS Codes

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

#638afc Text Font Color

<p style="color:#638afc">Text here</p>

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


#638afc Background Color

<div style="background-color:#638afc">
Div content here</div>

This div background color is #638afc


#638afc Border Color

<div style="border:3px solid #638afc">
Div here</div>

This div border color is #638afc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,138,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638afc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638afc;
  -webkit-box-shadow: 1px 1px 3px 2px #638afc;
  box-shadow:         1px 1px 3px 2px #638afc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638afc


Comments

No comments written yet.

Please login to write comment.