Color Hex Logo

#674acd Color Hex

#674ACD
(103,74,205)
0 Favorites   0 Comments

Color spaces of #674acd

RGB 10374205
HSL0.700.570.55
HSV253°64°80°
CMYK 0.500.640.00   0.20
XYZ19.061712.188959.1056
Yxy12.18890.21100.1349
Hunter Lab34.912636.3610-75.9367
CIE-Lab41.514844.7611-63.9862

#674acd color RGB value is (103,74,205).

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

The process color (four color CMYK) of #674acd color hex is 0.50, 0.64, 0.00, 0.20. Web safe color of #674acd is #6633cc. Color #674acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 11001101
Octal 147 112 315
Decimal 103 74 205
Hex 67 4A CD

RGB Percentages of Color #674acd

%26.96
%19.37
%53.66

CMYK Percentages of Color #674acd

%50
%64
%0
%20

Triadic Colors of #674acd

#674acd #cd674a #4acd67

Analogous Colors of #674acd

#674acd #a94acd #4a6fcd

Monochromatic Colors of #674acd

#674acd

Complementary Color

#674acd #b0cd4a

#674acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#674acd Color CSS Codes

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

#674acd Text Font Color

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

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


#674acd Background Color

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

This div background color is #674acd


#674acd Border Color

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

This div border color is #674acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674acd


Comments

No comments written yet.

Please login to write comment.