Color Hex Logo

#628dee Color Hex

#628DEE
(98,141,238)
0 Favorites   0 Comments

Color spaces of #628dee

RGB 98141238
HSL0.620.800.66
HSV222°59°93°
CMYK 0.590.410.00   0.07
XYZ29.994527.819584.6777
Yxy27.81950.21050.1952
Hunter Lab52.74429.2068-58.2657
CIE-Lab59.725314.0094-53.3608

#628dee color RGB value is (98,141,238).

#628dee hex color red value is 98, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #628dee hue: 0.62 , saturation: 0.80 and the lightness value of 628dee is 0.66.

The process color (four color CMYK) of #628dee color hex is 0.59, 0.41, 0.00, 0.07. Web safe color of #628dee is #6699ff. Color #628dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001101 11101110
Octal 142 215 356
Decimal 98 141 238
Hex 62 8D EE

RGB Percentages of Color #628dee

%20.55
%29.56
%49.90

CMYK Percentages of Color #628dee

%59
%41
%0
%7

Triadic Colors of #628dee

#628dee #ee628d #8dee62

Analogous Colors of #628dee

#628dee #7d62ee #62d3ee

Monochromatic Colors of #628dee

#628dee

Complementary Color

#628dee #eec362

#628dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#628dee Color CSS Codes

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

#628dee Text Font Color

<p style="color:#628dee">Text here</p>

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


#628dee Background Color

<div style="background-color:#628dee">
Div content here</div>

This div background color is #628dee


#628dee Border Color

<div style="border:3px solid #628dee">
Div here</div>

This div border color is #628dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,141,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #628dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #628dee;
  -webkit-box-shadow: 1px 1px 3px 2px #628dee;
  box-shadow:         1px 1px 3px 2px #628dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628dee


Comments

No comments written yet.

Please login to write comment.