Color Hex Logo

#627cfd Color Hex

#627CFD
(98,124,253)
0 Favorites   0 Comments

Color spaces of #627cfd

RGB 98124253
HSL0.640.970.69
HSV230°61°99°
CMYK 0.610.510.00   0.01
XYZ29.974324.103896.0012
Yxy24.10380.19970.1606
Hunter Lab49.095623.0621-81.5683
CIE-Lab56.191629.1646-67.3113

#627cfd color RGB value is (98,124,253).

#627cfd hex color red value is 98, green value is 124 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #627cfd hue: 0.64 , saturation: 0.97 and the lightness value of 627cfd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111100 11111101
Octal 142 174 375
Decimal 98 124 253
Hex 62 7C FD

RGB Percentages of Color #627cfd

%20.63
%26.11
%53.26

CMYK Percentages of Color #627cfd

%61
%51
%0
%1

Triadic Colors of #627cfd

#627cfd #fd627c #7cfd62

Analogous Colors of #627cfd

#627cfd #9662fd #62cafd

Monochromatic Colors of #627cfd

#627cfd

Complementary Color

#627cfd #fde362

#627cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#627cfd Color CSS Codes

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

#627cfd Text Font Color

<p style="color:#627cfd">Text here</p>

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


#627cfd Background Color

<div style="background-color:#627cfd">
Div content here</div>

This div background color is #627cfd


#627cfd Border Color

<div style="border:3px solid #627cfd">
Div here</div>

This div border color is #627cfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,124,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #627cfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #627cfd;
  -webkit-box-shadow: 1px 1px 3px 2px #627cfd;
  box-shadow:         1px 1px 3px 2px #627cfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,124,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 #627cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627cfd


Comments

No comments written yet.

Please login to write comment.