Color Hex Logo

#676ef5 Color Hex

#676EF5
(103,110,245)
0 Favorites   0 Comments

Color spaces of #676ef5

RGB 103110245
HSL0.660.880.68
HSV237°58°96°
CMYK 0.580.550.00   0.04
XYZ27.650920.628088.9104
Yxy20.62800.20160.1504
Hunter Lab45.418129.1907-84.2735
CIE-Lab52.539935.8735-68.7642

#676ef5 color RGB value is (103,110,245).

#676ef5 hex color red value is 103, green value is 110 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #676ef5 hue: 0.66 , saturation: 0.88 and the lightness value of 676ef5 is 0.68.

The process color (four color CMYK) of #676ef5 color hex is 0.58, 0.55, 0.00, 0.04. Web safe color of #676ef5 is #6666ff. Color #676ef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101110 11110101
Octal 147 156 365
Decimal 103 110 245
Hex 67 6E F5

RGB Percentages of Color #676ef5

%22.49
%24.02
%53.49

CMYK Percentages of Color #676ef5

%58
%55
%0
%4

Triadic Colors of #676ef5

#676ef5 #f5676e #6ef567

Analogous Colors of #676ef5

#676ef5 #a767f5 #67b5f5

Monochromatic Colors of #676ef5

#676ef5

Complementary Color

#676ef5 #f5ee67

#676ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#676ef5 Color CSS Codes

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

#676ef5 Text Font Color

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

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


#676ef5 Background Color

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

This div background color is #676ef5


#676ef5 Border Color

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

This div border color is #676ef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #676ef5


Comments

No comments written yet.

Please login to write comment.