Color Hex Logo

#674bab Color Hex

#674BAB
(103,75,171)
0 Favorites   0 Comments

Color spaces of #674bab

RGB 10375171
HSL0.720.390.48
HSV258°56°67°
CMYK 0.400.560.00   0.33
XYZ15.460310.856039.8086
Yxy10.85600.23380.1642
Hunter Lab32.948426.0972-48.5708
CIE-Lab39.336934.4165-47.6024

#674bab color RGB value is (103,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001011 10101011
Octal 147 113 253
Decimal 103 75 171
Hex 67 4B AB

RGB Percentages of Color #674bab

%29.51
%21.49
%49.00

CMYK Percentages of Color #674bab

%40
%56
%0
%33

Triadic Colors of #674bab

#674bab #ab674b #4bab67

Analogous Colors of #674bab

#674bab #974bab #4b5fab

Monochromatic Colors of #674bab

#674bab

Complementary Color

#674bab #8fab4b

#674bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#674bab Color CSS Codes

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

#674bab Text Font Color

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

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


#674bab Background Color

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

This div background color is #674bab


#674bab Border Color

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

This div border color is #674bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674bab


Comments

No comments written yet.

Please login to write comment.