Color Hex Logo

#628eae Color Hex

#628EAE
(98,142,174)
0 Favorites   0 Comments

Color spaces of #628eae

RGB 98142174
HSL0.570.320.53
HSV205°44°68°
CMYK 0.440.180.00   0.32
XYZ22.350024.998743.6917
Yxy24.99870.24550.2746
Hunter Lab49.9987-7.7062-16.8119
CIE-Lab57.0742-6.3603-21.5274

#628eae color RGB value is (98,142,174).

#628eae hex color red value is 98, green value is 142 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #628eae hue: 0.57 , saturation: 0.32 and the lightness value of 628eae is 0.53.

The process color (four color CMYK) of #628eae color hex is 0.44, 0.18, 0.00, 0.32. Web safe color of #628eae is #669999. Color #628eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10001110 10101110
Octal 142 216 256
Decimal 98 142 174
Hex 62 8E AE

RGB Percentages of Color #628eae

%23.67
%34.30
%42.03

CMYK Percentages of Color #628eae

%44
%18
%0
%32

Triadic Colors of #628eae

#628eae #ae628e #8eae62

Analogous Colors of #628eae

#628eae #6268ae #62aea8

Monochromatic Colors of #628eae

#628eae

Complementary Color

#628eae #ae8262

#628eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#628eae Color CSS Codes

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

#628eae Text Font Color

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

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


#628eae Background Color

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

This div background color is #628eae


#628eae Border Color

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

This div border color is #628eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628eae


Comments

No comments written yet.

Please login to write comment.