Color Hex Logo

#638efd Color Hex

#638EFD
(99,142,253)
0 Favorites   0 Comments

Color spaces of #638efd

RGB 99142253
HSL0.620.970.69
HSV223°61°99°
CMYK 0.610.440.00   0.01
XYZ32.548229.090596.8281
Yxy29.09050.20540.1836
Hunter Lab53.935613.3310-68.6857
CIE-Lab60.861418.5113-59.8089

#638efd color RGB value is (99,142,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001110 11111101
Octal 143 216 375
Decimal 99 142 253
Hex 63 8E FD

RGB Percentages of Color #638efd

%20.04
%28.74
%51.21

CMYK Percentages of Color #638efd

%61
%44
%0
%1

Triadic Colors of #638efd

#638efd #fd638e #8efd63

Analogous Colors of #638efd

#638efd #8563fd #63dbfd

Monochromatic Colors of #638efd

#638efd

Complementary Color

#638efd #fdd263

#638efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#638efd Color CSS Codes

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

#638efd Text Font Color

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

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


#638efd Background Color

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

This div background color is #638efd


#638efd Border Color

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

This div border color is #638efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638efd


Comments

No comments written yet.

Please login to write comment.