Color Hex Logo

#627efd Color Hex

#627EFD
(98,126,253)
0 Favorites   0 Comments

Color spaces of #627efd

RGB 98126253
HSL0.640.970.69
HSV229°61°99°
CMYK 0.610.500.00   0.01
XYZ30.227524.610296.0856
Yxy24.61020.20030.1631
Hunter Lab49.608721.9483-80.1110
CIE-Lab56.693627.9562-66.5018

#627efd color RGB value is (98,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111110 11111101
Octal 142 176 375
Decimal 98 126 253
Hex 62 7E FD

RGB Percentages of Color #627efd

%20.55
%26.42
%53.04

CMYK Percentages of Color #627efd

%61
%50
%0
%1

Triadic Colors of #627efd

#627efd #fd627e #7efd62

Analogous Colors of #627efd

#627efd #9462fd #62ccfd

Monochromatic Colors of #627efd

#627efd

Complementary Color

#627efd #fde162

#627efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#627efd Color CSS Codes

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

#627efd Text Font Color

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

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


#627efd Background Color

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

This div background color is #627efd


#627efd Border Color

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

This div border color is #627efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627efd


Comments

No comments written yet.

Please login to write comment.