Color Hex Logo

#629fe1 Color Hex

#629FE1
(98,159,225)
0 Favorites   0 Comments

Color spaces of #629fe1

RGB 98159225
HSL0.590.680.63
HSV211°56°88°
CMYK 0.560.290.00   0.12
XYZ31.025732.829275.9356
Yxy32.82920.22190.2348
Hunter Lab57.2968-3.6132-38.4695
CIE-Lab64.0224-0.6552-39.3915

#629fe1 color RGB value is (98,159,225).

#629fe1 hex color red value is 98, green value is 159 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #629fe1 hue: 0.59 , saturation: 0.68 and the lightness value of 629fe1 is 0.63.

The process color (four color CMYK) of #629fe1 color hex is 0.56, 0.29, 0.00, 0.12. Web safe color of #629fe1 is #6699cc. Color #629fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011111 11100001
Octal 142 237 341
Decimal 98 159 225
Hex 62 9F E1

RGB Percentages of Color #629fe1

%20.33
%32.99
%46.68

CMYK Percentages of Color #629fe1

%56
%29
%0
%12

Triadic Colors of #629fe1

#629fe1 #e1629f #9fe162

Analogous Colors of #629fe1

#629fe1 #6562e1 #62dfe1

Monochromatic Colors of #629fe1

#629fe1

Complementary Color

#629fe1 #e1a462

#629fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#629fe1 Color CSS Codes

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

#629fe1 Text Font Color

<p style="color:#629fe1">Text here</p>

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


#629fe1 Background Color

<div style="background-color:#629fe1">
Div content here</div>

This div background color is #629fe1


#629fe1 Border Color

<div style="border:3px solid #629fe1">
Div here</div>

This div border color is #629fe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,159,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #629fe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #629fe1;
  -webkit-box-shadow: 1px 1px 3px 2px #629fe1;
  box-shadow:         1px 1px 3px 2px #629fe1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629fe1


Comments

No comments written yet.

Please login to write comment.