Color Hex Logo

#674cbb Color Hex

#674CBB
(103,76,187)
0 Favorites   0 Comments

Color spaces of #674cbb

RGB 10376187
HSL0.710.450.52
HSV255°59°73°
CMYK 0.450.590.00   0.27
XYZ17.147611.640348.3567
Yxy11.64030.22230.1509
Hunter Lab34.117930.0075-60.1517
CIE-Lab40.638638.3939-54.9382

#674cbb color RGB value is (103,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001100 10111011
Octal 147 114 273
Decimal 103 76 187
Hex 67 4C BB

RGB Percentages of Color #674cbb

%28.14
%20.77
%51.09

CMYK Percentages of Color #674cbb

%45
%59
%0
%27

Triadic Colors of #674cbb

#674cbb #bb674c #4cbb67

Analogous Colors of #674cbb

#674cbb #9f4cbb #4c69bb

Monochromatic Colors of #674cbb

#674cbb

Complementary Color

#674cbb #a0bb4c

#674cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#674cbb Color CSS Codes

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

#674cbb Text Font Color

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

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


#674cbb Background Color

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

This div background color is #674cbb


#674cbb Border Color

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

This div border color is #674cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674cbb


Comments

No comments written yet.

Please login to write comment.