Color Hex Logo

#674db1 Color Hex

#674DB1
(103,77,177)
0 Favorites   0 Comments

Color spaces of #674db1

RGB 10377177
HSL0.710.390.50
HSV256°56°69°
CMYK 0.420.560.00   0.31
XYZ16.183211.365642.9358
Yxy11.36560.22960.1612
Hunter Lab33.712926.6877-51.9110
CIE-Lab40.189534.9306-49.7831

#674db1 color RGB value is (103,77,177).

#674db1 hex color red value is 103, green value is 77 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #674db1 hue: 0.71 , saturation: 0.39 and the lightness value of 674db1 is 0.50.

The process color (four color CMYK) of #674db1 color hex is 0.42, 0.56, 0.00, 0.31. Web safe color of #674db1 is #666699. Color #674db1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 10110001
Octal 147 115 261
Decimal 103 77 177
Hex 67 4D B1

RGB Percentages of Color #674db1

%28.85
%21.57
%49.58

CMYK Percentages of Color #674db1

%42
%56
%0
%31

Triadic Colors of #674db1

#674db1 #b1674d #4db167

Analogous Colors of #674db1

#674db1 #994db1 #4d65b1

Monochromatic Colors of #674db1

#674db1

Complementary Color

#674db1 #97b14d

#674db1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674db1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#674db1 Color CSS Codes

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

#674db1 Text Font Color

<p style="color:#674db1">Text here</p>

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


#674db1 Background Color

<div style="background-color:#674db1">
Div content here</div>

This div background color is #674db1


#674db1 Border Color

<div style="border:3px solid #674db1">
Div here</div>

This div border color is #674db1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,77,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674db1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674db1;
  -webkit-box-shadow: 1px 1px 3px 2px #674db1;
  box-shadow:         1px 1px 3px 2px #674db1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674db1


Comments

No comments written yet.

Please login to write comment.