Color Hex Logo

#627fd4 Color Hex

#627FD4
(98,127,212)
0 Favorites   0 Comments

Color spaces of #627fd4

RGB 98127212
HSL0.620.570.61
HSV225°54°83°
CMYK 0.540.400.00   0.17
XYZ24.510022.528965.3440
Yxy22.52890.21810.2005
Hunter Lab47.46469.1116-48.3986
CIE-Lab54.583714.0121-47.0027

#627fd4 color RGB value is (98,127,212).

#627fd4 hex color red value is 98, green value is 127 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #627fd4 hue: 0.62 , saturation: 0.57 and the lightness value of 627fd4 is 0.61.

The process color (four color CMYK) of #627fd4 color hex is 0.54, 0.40, 0.00, 0.17. Web safe color of #627fd4 is #6666cc. Color #627fd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111111 11010100
Octal 142 177 324
Decimal 98 127 212
Hex 62 7F D4

RGB Percentages of Color #627fd4

%22.43
%29.06
%48.51

CMYK Percentages of Color #627fd4

%54
%40
%0
%17

Triadic Colors of #627fd4

#627fd4 #d4627f #7fd462

Analogous Colors of #627fd4

#627fd4 #7e62d4 #62b8d4

Monochromatic Colors of #627fd4

#627fd4

Complementary Color

#627fd4 #d4b762

#627fd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627fd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#627fd4 Color CSS Codes

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

#627fd4 Text Font Color

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

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


#627fd4 Background Color

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

This div background color is #627fd4


#627fd4 Border Color

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

This div border color is #627fd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627fd4


Comments

No comments written yet.

Please login to write comment.