Color Hex Logo

#674ebc Color Hex

#674EBC
(103,78,188)
0 Favorites   0 Comments

Color spaces of #674ebc

RGB 10378188
HSL0.700.450.52
HSV254°59°74°
CMYK 0.450.590.00   0.26
XYZ17.395011.963248.9693
Yxy11.96320.22210.1527
Hunter Lab34.587929.2428-59.7310
CIE-Lab41.157637.5093-54.6851

#674ebc color RGB value is (103,78,188).

#674ebc hex color red value is 103, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #674ebc hue: 0.70 , saturation: 0.45 and the lightness value of 674ebc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001110 10111100
Octal 147 116 274
Decimal 103 78 188
Hex 67 4E BC

RGB Percentages of Color #674ebc

%27.91
%21.14
%50.95

CMYK Percentages of Color #674ebc

%45
%59
%0
%26

Triadic Colors of #674ebc

#674ebc #bc674e #4ebc67

Analogous Colors of #674ebc

#674ebc #9e4ebc #4e6cbc

Monochromatic Colors of #674ebc

#674ebc

Complementary Color

#674ebc #a3bc4e

#674ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#674ebc Color CSS Codes

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

#674ebc Text Font Color

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

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


#674ebc Background Color

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

This div background color is #674ebc


#674ebc Border Color

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

This div border color is #674ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674ebc


Comments

No comments written yet.

Please login to write comment.