Color Hex Logo

#674dbd Color Hex

#674DBD
(103,77,189)
0 Favorites   0 Comments

Color spaces of #674dbd

RGB 10377189
HSL0.710.460.52
HSV254°59°74°
CMYK 0.460.590.00   0.26
XYZ17.432711.865449.5156
Yxy11.86540.22120.1505
Hunter Lab34.446230.0553-61.1157
CIE-Lab41.001438.3875-55.5221

#674dbd color RGB value is (103,77,189).

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

The process color (four color CMYK) of #674dbd color hex is 0.46, 0.59, 0.00, 0.26. Web safe color of #674dbd is #6666cc. Color #674dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 10111101
Octal 147 115 275
Decimal 103 77 189
Hex 67 4D BD

RGB Percentages of Color #674dbd

%27.91
%20.87
%51.22

CMYK Percentages of Color #674dbd

%46
%59
%0
%26

Triadic Colors of #674dbd

#674dbd #bd674d #4dbd67

Analogous Colors of #674dbd

#674dbd #9f4dbd #4d6bbd

Monochromatic Colors of #674dbd

#674dbd

Complementary Color

#674dbd #a3bd4d

#674dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#674dbd Color CSS Codes

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

#674dbd Text Font Color

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

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


#674dbd Background Color

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

This div background color is #674dbd


#674dbd Border Color

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

This div border color is #674dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674dbd

#674dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.