Color Hex Logo

#674daf Color Hex

#674DAF
(103,77,175)
0 Favorites   0 Comments

Color spaces of #674daf

RGB 10377175
HSL0.710.390.49
HSV256°56°69°
CMYK 0.410.560.00   0.31
XYZ15.985311.286541.8934
Yxy11.28650.23110.1632
Hunter Lab33.595426.1416-50.4178
CIE-Lab40.058934.3595-48.8118

#674daf color RGB value is (103,77,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 10101111
Octal 147 115 257
Decimal 103 77 175
Hex 67 4D AF

RGB Percentages of Color #674daf

%29.01
%21.69
%49.30

CMYK Percentages of Color #674daf

%41
%56
%0
%31

Triadic Colors of #674daf

#674daf #af674d #4daf67

Analogous Colors of #674daf

#674daf #984daf #4d64af

Monochromatic Colors of #674daf

#674daf

Complementary Color

#674daf #95af4d

#674daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#674daf Color CSS Codes

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

#674daf Text Font Color

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

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


#674daf Background Color

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

This div background color is #674daf


#674daf Border Color

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

This div border color is #674daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674daf


Comments

No comments written yet.

Please login to write comment.