Color Hex Logo

#674bac Color Hex

#674BAC
(103,75,172)
0 Favorites   0 Comments

Color spaces of #674bac

RGB 10375172
HSL0.710.390.48
HSV257°56°67°
CMYK 0.400.560.00   0.33
XYZ15.556010.894340.3126
Yxy10.89430.23300.1632
Hunter Lab33.006526.3658-49.3094
CIE-Lab39.401934.6983-48.0914

#674bac color RGB value is (103,75,172).

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

The process color (four color CMYK) of #674bac color hex is 0.40, 0.56, 0.00, 0.33. Web safe color of #674bac is #663399. Color #674bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001011 10101100
Octal 147 113 254
Decimal 103 75 172
Hex 67 4B AC

RGB Percentages of Color #674bac

%29.43
%21.43
%49.14

CMYK Percentages of Color #674bac

%40
%56
%0
%33

Triadic Colors of #674bac

#674bac #ac674b #4bac67

Analogous Colors of #674bac

#674bac #984bac #4b5fac

Monochromatic Colors of #674bac

#674bac

Complementary Color

#674bac #90ac4b

#674bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#674bac Color CSS Codes

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

#674bac Text Font Color

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

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


#674bac Background Color

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

This div background color is #674bac


#674bac Border Color

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

This div border color is #674bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674bac


Comments

No comments written yet.

Please login to write comment.