Color Hex Logo

#674ace Color Hex

#674ACE
(103,74,206)
0 Favorites   0 Comments

Color spaces of #674ace

RGB 10374206
HSL0.700.570.55
HSV253°64°81°
CMYK 0.500.640.00   0.19
XYZ19.182912.237459.7435
Yxy12.23740.21040.1342
Hunter Lab34.982036.6647-76.7702
CIE-Lab41.591045.0517-64.4397

#674ace color RGB value is (103,74,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 11001110
Octal 147 112 316
Decimal 103 74 206
Hex 67 4A CE

RGB Percentages of Color #674ace

%26.89
%19.32
%53.79

CMYK Percentages of Color #674ace

%50
%64
%0
%19

Triadic Colors of #674ace

#674ace #ce674a #4ace67

Analogous Colors of #674ace

#674ace #a94ace #4a6fce

Monochromatic Colors of #674ace

#674ace

Complementary Color

#674ace #b1ce4a

#674ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#674ace Color CSS Codes

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

#674ace Text Font Color

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

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


#674ace Background Color

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

This div background color is #674ace


#674ace Border Color

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

This div border color is #674ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674ace


Comments

No comments written yet.

Please login to write comment.