Color Hex Logo

#626def Color Hex

#626DEF
(98,109,239)
0 Favorites   0 Comments

Color spaces of #626def

RGB 98109239
HSL0.650.820.66
HSV235°59°94°
CMYK 0.590.540.00   0.06
XYZ26.085619.765984.1017
Yxy19.76590.20070.1521
Hunter Lab44.458926.9293-81.0362
CIE-Lab51.571533.6743-67.0012

#626def color RGB value is (98,109,239).

#626def hex color red value is 98, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #626def hue: 0.65 , saturation: 0.82 and the lightness value of 626def is 0.66.

The process color (four color CMYK) of #626def color hex is 0.59, 0.54, 0.00, 0.06. Web safe color of #626def is #6666ff. Color #626def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101101 11101111
Octal 142 155 357
Decimal 98 109 239
Hex 62 6D EF

RGB Percentages of Color #626def

%21.97
%24.44
%53.59

CMYK Percentages of Color #626def

%59
%54
%0
%6

Triadic Colors of #626def

#626def #ef626d #6def62

Analogous Colors of #626def

#626def #9e62ef #62b4ef

Monochromatic Colors of #626def

#626def

Complementary Color

#626def #efe462

#626def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626def Color Preview on White Background

Lorem ipsum dolor sit amet.

#626def Color CSS Codes

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

#626def Text Font Color

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

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


#626def Background Color

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

This div background color is #626def


#626def Border Color

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

This div border color is #626def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626def


Comments

No comments written yet.

Please login to write comment.