Color Hex Logo

#629ce1 Color Hex

#629CE1
(98,156,225)
0 Favorites   0 Comments

Color spaces of #629ce1

RGB 98156225
HSL0.590.680.63
HSV213°56°88°
CMYK 0.560.310.00   0.12
XYZ30.516131.809875.7657
Yxy31.80980.22100.2304
Hunter Lab56.4002-2.1204-40.1676
CIE-Lab63.18541.0573-40.7022

#629ce1 color RGB value is (98,156,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011100 11100001
Octal 142 234 341
Decimal 98 156 225
Hex 62 9C E1

RGB Percentages of Color #629ce1

%20.46
%32.57
%46.97

CMYK Percentages of Color #629ce1

%56
%31
%0
%12

Triadic Colors of #629ce1

#629ce1 #e1629c #9ce162

Analogous Colors of #629ce1

#629ce1 #6862e1 #62dce1

Monochromatic Colors of #629ce1

#629ce1

Complementary Color

#629ce1 #e1a762

#629ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#629ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#629ce1 Color CSS Codes

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

#629ce1 Text Font Color

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

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


#629ce1 Background Color

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

This div background color is #629ce1


#629ce1 Border Color

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

This div border color is #629ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #629ce1


Comments

No comments written yet.

Please login to write comment.