Color Hex Logo

#676cfb Color Hex

#676CFB
(103,108,251)
0 Favorites   0 Comments

Color spaces of #676cfb

RGB 103108251
HSL0.660.950.69
HSV238°59°98°
CMYK 0.590.570.00   0.02
XYZ28.368720.573793.7427
Yxy20.57370.19880.1442
Hunter Lab45.358232.2635-90.7850
CIE-Lab52.479738.9753-72.1951

#676cfb color RGB value is (103,108,251).

#676cfb hex color red value is 103, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #676cfb hue: 0.66 , saturation: 0.95 and the lightness value of 676cfb is 0.69.

The process color (four color CMYK) of #676cfb color hex is 0.59, 0.57, 0.00, 0.02. Web safe color of #676cfb is #6666ff. Color #676cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101100 11111011
Octal 147 154 373
Decimal 103 108 251
Hex 67 6C FB

RGB Percentages of Color #676cfb

%22.29
%23.38
%54.33

CMYK Percentages of Color #676cfb

%59
%57
%0
%2

Triadic Colors of #676cfb

#676cfb #fb676c #6cfb67

Analogous Colors of #676cfb

#676cfb #ac67fb #67b6fb

Monochromatic Colors of #676cfb

#676cfb

Complementary Color

#676cfb #fbf667

#676cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#676cfb Color CSS Codes

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

#676cfb Text Font Color

<p style="color:#676cfb">Text here</p>

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


#676cfb Background Color

<div style="background-color:#676cfb">
Div content here</div>

This div background color is #676cfb


#676cfb Border Color

<div style="border:3px solid #676cfb">
Div here</div>

This div border color is #676cfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,108,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676cfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676cfb;
  -webkit-box-shadow: 1px 1px 3px 2px #676cfb;
  box-shadow:         1px 1px 3px 2px #676cfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676cfb


Comments

No comments written yet.

Please login to write comment.