Color Hex Logo

#626fda Color Hex

#626FDA
(98,111,218)
0 Favorites   0 Comments

Color spaces of #626fda

RGB 98111218
HSL0.650.620.62
HSV234°55°85°
CMYK 0.550.490.00   0.15
XYZ23.376319.027568.7703
Yxy19.02750.21030.1712
Hunter Lab43.620519.3225-62.9398
CIE-Lab50.719425.6844-56.5638

#626fda color RGB value is (98,111,218).

#626fda hex color red value is 98, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #626fda hue: 0.65 , saturation: 0.62 and the lightness value of 626fda is 0.62.

The process color (four color CMYK) of #626fda color hex is 0.55, 0.49, 0.00, 0.15. Web safe color of #626fda is #6666cc. Color #626fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101111 11011010
Octal 142 157 332
Decimal 98 111 218
Hex 62 6F DA

RGB Percentages of Color #626fda

%22.95
%26.00
%51.05

CMYK Percentages of Color #626fda

%55
%49
%0
%15

Triadic Colors of #626fda

#626fda #da626f #6fda62

Analogous Colors of #626fda

#626fda #9162da #62abda

Monochromatic Colors of #626fda

#626fda

Complementary Color

#626fda #dacd62

#626fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#626fda Color CSS Codes

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

#626fda Text Font Color

<p style="color:#626fda">Text here</p>

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


#626fda Background Color

<div style="background-color:#626fda">
Div content here</div>

This div background color is #626fda


#626fda Border Color

<div style="border:3px solid #626fda">
Div here</div>

This div border color is #626fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,111,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #626fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #626fda;
  -webkit-box-shadow: 1px 1px 3px 2px #626fda;
  box-shadow:         1px 1px 3px 2px #626fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626fda


Comments

No comments written yet.

Please login to write comment.