Color Hex Logo

#677dde Color Hex

#677DDE
(103,125,222)
0 Favorites   0 Comments

Color spaces of #677dde

RGB 103125222
HSL0.640.640.64
HSV229°54°87°
CMYK 0.540.440.00   0.13
XYZ26.112022.824772.1366
Yxy22.82470.21570.1885
Hunter Lab47.775213.9543-56.0803
CIE-Lab54.891319.4743-52.1262

#677dde color RGB value is (103,125,222).

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

The process color (four color CMYK) of #677dde color hex is 0.54, 0.44, 0.00, 0.13. Web safe color of #677dde is #6666cc. Color #677dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111101 11011110
Octal 147 175 336
Decimal 103 125 222
Hex 67 7D DE

RGB Percentages of Color #677dde

%22.89
%27.78
%49.33

CMYK Percentages of Color #677dde

%54
%44
%0
%13

Triadic Colors of #677dde

#677dde #de677d #7dde67

Analogous Colors of #677dde

#677dde #8d67de #67b9de

Monochromatic Colors of #677dde

#677dde

Complementary Color

#677dde #dec867

#677dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#677dde Color CSS Codes

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

#677dde Text Font Color

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

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


#677dde Background Color

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

This div background color is #677dde


#677dde Border Color

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

This div border color is #677dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677dde


Comments

No comments written yet.

Please login to write comment.