Color Hex Logo

#677bfd Color Hex

#677BFD
(103,123,253)
0 Favorites   0 Comments

Color spaces of #677bfd

RGB 103123253
HSL0.640.970.70
HSV232°59°99°
CMYK 0.590.510.00   0.01
XYZ30.406124.141395.9857
Yxy24.14130.20200.1604
Hunter Lab49.133824.4793-81.4328
CIE-Lab56.229030.6298-67.2364

#677bfd color RGB value is (103,123,253).

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

The process color (four color CMYK) of #677bfd color hex is 0.59, 0.51, 0.00, 0.01. Web safe color of #677bfd is #6666ff. Color #677bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01111011 11111101
Octal 147 173 375
Decimal 103 123 253
Hex 67 7B FD

RGB Percentages of Color #677bfd

%21.50
%25.68
%52.82

CMYK Percentages of Color #677bfd

%59
%51
%0
%1

Triadic Colors of #677bfd

#677bfd #fd677b #7bfd67

Analogous Colors of #677bfd

#677bfd #9e67fd #67c6fd

Monochromatic Colors of #677bfd

#677bfd

Complementary Color

#677bfd #fde967

#677bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#677bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#677bfd Color CSS Codes

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

#677bfd Text Font Color

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

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


#677bfd Background Color

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

This div background color is #677bfd


#677bfd Border Color

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

This div border color is #677bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #677bfd


Comments

No comments written yet.

Please login to write comment.