Color Hex Logo

#674dbe Color Hex

#674DBE
(103,77,190)
0 Favorites   0 Comments

Color spaces of #674dbe

RGB 10377190
HSL0.710.470.52
HSV254°59°75°
CMYK 0.460.590.00   0.25
XYZ17.541711.909050.0893
Yxy11.90900.22050.1497
Hunter Lab34.509430.3430-61.9009
CIE-Lab41.071138.6777-55.9936

#674dbe color RGB value is (103,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001101 10111110
Octal 147 115 276
Decimal 103 77 190
Hex 67 4D BE

RGB Percentages of Color #674dbe

%27.84
%20.81
%51.35

CMYK Percentages of Color #674dbe

%46
%59
%0
%25

Triadic Colors of #674dbe

#674dbe #be674d #4dbe67

Analogous Colors of #674dbe

#674dbe #a04dbe #4d6cbe

Monochromatic Colors of #674dbe

#674dbe

Complementary Color

#674dbe #a4be4d

#674dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#674dbe Color CSS Codes

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

#674dbe Text Font Color

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

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


#674dbe Background Color

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

This div background color is #674dbe


#674dbe Border Color

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

This div border color is #674dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674dbe


Comments

No comments written yet.

Please login to write comment.