Color Hex Logo

#626bdd Color Hex

#626BDD
(98,107,221)
0 Favorites   0 Comments

Color spaces of #626bdd

RGB 98107221
HSL0.650.640.63
HSV236°56°87°
CMYK 0.560.520.00   0.13
XYZ23.345818.332570.7147
Yxy18.33250.20770.1631
Hunter Lab42.816522.3988-67.9505
CIE-Lab49.896929.0930-59.5841

#626bdd color RGB value is (98,107,221).

#626bdd hex color red value is 98, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #626bdd hue: 0.65 , saturation: 0.64 and the lightness value of 626bdd is 0.63.

The process color (four color CMYK) of #626bdd color hex is 0.56, 0.52, 0.00, 0.13. Web safe color of #626bdd is #6666cc. Color #626bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01101011 11011101
Octal 142 153 335
Decimal 98 107 221
Hex 62 6B DD

RGB Percentages of Color #626bdd

%23.00
%25.12
%51.88

CMYK Percentages of Color #626bdd

%56
%52
%0
%13

Triadic Colors of #626bdd

#626bdd #dd626b #6bdd62

Analogous Colors of #626bdd

#626bdd #9762dd #62a9dd

Monochromatic Colors of #626bdd

#626bdd

Complementary Color

#626bdd #ddd462

#626bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#626bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#626bdd Color CSS Codes

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

#626bdd Text Font Color

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

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


#626bdd Background Color

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

This div background color is #626bdd


#626bdd Border Color

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

This div border color is #626bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #626bdd


Comments

No comments written yet.

Please login to write comment.