Color Hex Logo

#677dcf Color Hex

#677DCF
(103,125,207)
0 Favorites   0 Comments

Color spaces of #677dcf

RGB 103125207
HSL0.630.520.61
HSV227°50°81°
CMYK 0.500.400.00   0.19
XYZ24.189622.055862.0137
Yxy22.05580.22340.2037
Hunter Lab46.96369.7539-45.4157
CIE-Lab54.086214.7640-44.9445

#677dcf color RGB value is (103,125,207).

#677dcf hex color red value is 103, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #677dcf hue: 0.63 , saturation: 0.52 and the lightness value of 677dcf is 0.61.

The process color (four color CMYK) of #677dcf color hex is 0.50, 0.40, 0.00, 0.19. Web safe color of #677dcf is #6666cc. Color #677dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111101 11001111
Octal 147 175 317
Decimal 103 125 207
Hex 67 7D CF

RGB Percentages of Color #677dcf

%23.68
%28.74
%47.59

CMYK Percentages of Color #677dcf

%50
%40
%0
%19

Triadic Colors of #677dcf

#677dcf #cf677d #7dcf67

Analogous Colors of #677dcf

#677dcf #8567cf #67b1cf

Monochromatic Colors of #677dcf

#677dcf

Complementary Color

#677dcf #cfb967

#677dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#677dcf Color CSS Codes

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

#677dcf Text Font Color

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

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


#677dcf Background Color

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

This div background color is #677dcf


#677dcf Border Color

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

This div border color is #677dcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,125,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #677dcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #677dcf;
  -webkit-box-shadow: 1px 1px 3px 2px #677dcf;
  box-shadow:         1px 1px 3px 2px #677dcf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,125,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677dcf


Comments

No comments written yet.

Please login to write comment.