Color Hex Logo

#676feb Color Hex

#676FEB
(103,111,235)
0 Favorites   0 Comments

Color spaces of #676feb

RGB 103111235
HSL0.660.770.66
HSV236°56°92°
CMYK 0.560.530.00   0.08
XYZ26.273420.250681.1213
Yxy20.25060.20580.1586
Hunter Lab45.000725.4651-75.3798
CIE-Lab52.119432.0907-63.8627

#676feb color RGB value is (103,111,235).

#676feb hex color red value is 103, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #676feb hue: 0.66 , saturation: 0.77 and the lightness value of 676feb is 0.66.

The process color (four color CMYK) of #676feb color hex is 0.56, 0.53, 0.00, 0.08. Web safe color of #676feb is #6666ff. Color #676feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101111 11101011
Octal 147 157 353
Decimal 103 111 235
Hex 67 6F EB

RGB Percentages of Color #676feb

%22.94
%24.72
%52.34

CMYK Percentages of Color #676feb

%56
%53
%0
%8

Triadic Colors of #676feb

#676feb #eb676f #6feb67

Analogous Colors of #676feb

#676feb #a167eb #67b1eb

Monochromatic Colors of #676feb

#676feb

Complementary Color

#676feb #ebe367

#676feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#676feb Color CSS Codes

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

#676feb Text Font Color

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

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


#676feb Background Color

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

This div background color is #676feb


#676feb Border Color

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

This div border color is #676feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676feb


Comments

No comments written yet.

Please login to write comment.