Color Hex Logo

#626deb Color Hex

#626DEB
(98,109,235)
0 Favorites   0 Comments

Color spaces of #626deb

RGB 98109235
HSL0.650.770.65
HSV235°58°92°
CMYK 0.580.540.00   0.08
XYZ25.501019.532181.0233
Yxy19.53210.20230.1549
Hunter Lab44.195125.6547-77.7602
CIE-Lab51.304032.3816-65.1955

#626deb color RGB value is (98,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101101 11101011
Octal 142 155 353
Decimal 98 109 235
Hex 62 6D EB

RGB Percentages of Color #626deb

%22.17
%24.66
%53.17

CMYK Percentages of Color #626deb

%58
%54
%0
%8

Triadic Colors of #626deb

#626deb #eb626d #6deb62

Analogous Colors of #626deb

#626deb #9c62eb #62b2eb

Monochromatic Colors of #626deb

#626deb

Complementary Color

#626deb #ebe062

#626deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#626deb Color CSS Codes

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

#626deb Text Font Color

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

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


#626deb Background Color

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

This div background color is #626deb


#626deb Border Color

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

This div border color is #626deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626deb


Comments

No comments written yet.

Please login to write comment.