Color Hex Logo

#674adc Color Hex

#674ADC
(103,74,220)
0 Favorites   0 Comments

Color spaces of #674adc

RGB 10374220
HSL0.700.680.58
HSV252°66°86°
CMYK 0.530.660.00   0.14
XYZ20.960612.948469.1047
Yxy12.94840.20350.1257
Hunter Lab35.983941.0044-88.6739
CIE-Lab42.685449.1279-70.6932

#674adc color RGB value is (103,74,220).

#674adc hex color red value is 103, green value is 74 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #674adc hue: 0.70 , saturation: 0.68 and the lightness value of 674adc is 0.58.

The process color (four color CMYK) of #674adc color hex is 0.53, 0.66, 0.00, 0.14. Web safe color of #674adc is #6633cc. Color #674adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 11011100
Octal 147 112 334
Decimal 103 74 220
Hex 67 4A DC

RGB Percentages of Color #674adc

%25.94
%18.64
%55.42

CMYK Percentages of Color #674adc

%53
%66
%0
%14

Triadic Colors of #674adc

#674adc #dc674a #4adc67

Analogous Colors of #674adc

#674adc #b04adc #4a76dc

Monochromatic Colors of #674adc

#674adc

Complementary Color

#674adc #bfdc4a

#674adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#674adc Color CSS Codes

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

#674adc Text Font Color

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

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


#674adc Background Color

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

This div background color is #674adc


#674adc Border Color

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

This div border color is #674adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674adc


Comments

No comments written yet.

Please login to write comment.