Color Hex Logo

#677ade Color Hex

#677ADE
(103,122,222)
0 Favorites   0 Comments

Color spaces of #677ade

RGB 103122222
HSL0.640.640.64
HSV230°54°87°
CMYK 0.540.450.00   0.13
XYZ25.737922.076672.0119
Yxy22.07660.21480.1842
Hunter Lab46.985715.5539-57.9798
CIE-Lab54.108221.2901-53.3759

#677ade color RGB value is (103,122,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111010 11011110
Octal 147 172 336
Decimal 103 122 222
Hex 67 7A DE

RGB Percentages of Color #677ade

%23.04
%27.29
%49.66

CMYK Percentages of Color #677ade

%54
%45
%0
%13

Triadic Colors of #677ade

#677ade #de677a #7ade67

Analogous Colors of #677ade

#677ade #9067de #67b6de

Monochromatic Colors of #677ade

#677ade

Complementary Color

#677ade #decb67

#677ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#677ade Color CSS Codes

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

#677ade Text Font Color

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

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


#677ade Background Color

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

This div background color is #677ade


#677ade Border Color

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

This div border color is #677ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,122,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 #677ade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677ade


Comments

No comments written yet.

Please login to write comment.