Color Hex Logo

#627280 Color Hex

#627280
(98,114,128)
0 Favorites   0 Comments

Color spaces of #627280

RGB 98114128
HSL0.580.130.44
HSV208°23°50°
CMYK 0.230.110.00   0.50
XYZ14.950616.189822.7590
Yxy16.18980.27740.3004
Hunter Lab40.2366-4.0891-5.3706
CIE-Lab47.2225-2.6064-9.6894

#627280 color RGB value is (98,114,128).

#627280 hex color red value is 98, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #627280 hue: 0.58 , saturation: 0.13 and the lightness value of 627280 is 0.44.

The process color (four color CMYK) of #627280 color hex is 0.23, 0.11, 0.00, 0.50. Web safe color of #627280 is #666699. Color #627280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110010 10000000
Octal 142 162 200
Decimal 98 114 128
Hex 62 72 80

RGB Percentages of Color #627280

%28.82
%33.53
%37.65

CMYK Percentages of Color #627280

%23
%11
%0
%50

Triadic Colors of #627280

#627280 #806272 #728062

Analogous Colors of #627280

#627280 #626380 #62807f

Monochromatic Colors of #627280

#627280

Complementary Color

#627280 #807062

#627280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#627280 Color CSS Codes

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

#627280 Text Font Color

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

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


#627280 Background Color

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

This div background color is #627280


#627280 Border Color

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

This div border color is #627280


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,114,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #627280; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #627280;
  -webkit-box-shadow: 1px 1px 3px 2px #627280;
  box-shadow:         1px 1px 3px 2px #627280; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627280


Comments

No comments written yet.

Please login to write comment.