Color Hex Logo

#627caf Color Hex

#627CAF
(98,124,175)
0 Favorites   0 Comments

Color spaces of #627caf

RGB 98124175
HSL0.610.320.54
HSV220°44°69°
CMYK 0.440.290.00   0.31
XYZ19.982520.107143.3853
Yxy20.10710.23940.2409
Hunter Lab44.84091.0734-25.9767
CIE-Lab51.95814.3856-30.0025

#627caf color RGB value is (98,124,175).

#627caf hex color red value is 98, green value is 124 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #627caf hue: 0.61 , saturation: 0.32 and the lightness value of 627caf is 0.54.

The process color (four color CMYK) of #627caf color hex is 0.44, 0.29, 0.00, 0.31. Web safe color of #627caf is #666699. Color #627caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01111100 10101111
Octal 142 174 257
Decimal 98 124 175
Hex 62 7C AF

RGB Percentages of Color #627caf

%24.69
%31.23
%44.08

CMYK Percentages of Color #627caf

%44
%29
%0
%31

Triadic Colors of #627caf

#627caf #af627c #7caf62

Analogous Colors of #627caf

#627caf #6f62af #62a3af

Monochromatic Colors of #627caf

#627caf

Complementary Color

#627caf #af9562

#627caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#627caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#627caf Color CSS Codes

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

#627caf Text Font Color

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

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


#627caf Background Color

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

This div background color is #627caf


#627caf Border Color

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

This div border color is #627caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,124,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #627caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #627caf;
  -webkit-box-shadow: 1px 1px 3px 2px #627caf;
  box-shadow:         1px 1px 3px 2px #627caf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #627caf


Comments

No comments written yet.

Please login to write comment.