Color Hex Logo

#674fdd Color Hex

#674FDD
(103,79,221)
0 Favorites   0 Comments

Color spaces of #674fdd

RGB 10379221
HSL0.690.680.59
HSV250°64°87°
CMYK 0.530.640.00   0.13
XYZ21.440613.696069.9202
Yxy13.69600.20410.1304
Hunter Lab37.008138.6496-86.1122
CIE-Lab43.793846.6390-69.4557

#674fdd color RGB value is (103,79,221).

#674fdd hex color red value is 103, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #674fdd hue: 0.69 , saturation: 0.68 and the lightness value of 674fdd is 0.59.

The process color (four color CMYK) of #674fdd color hex is 0.53, 0.64, 0.00, 0.13. Web safe color of #674fdd is #6666cc. Color #674fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001111 11011101
Octal 147 117 335
Decimal 103 79 221
Hex 67 4F DD

RGB Percentages of Color #674fdd

%25.56
%19.60
%54.84

CMYK Percentages of Color #674fdd

%53
%64
%0
%13

Triadic Colors of #674fdd

#674fdd #dd674f #4fdd67

Analogous Colors of #674fdd

#674fdd #ae4fdd #4f7edd

Monochromatic Colors of #674fdd

#674fdd

Complementary Color

#674fdd #c5dd4f

#674fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#674fdd Color CSS Codes

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

#674fdd Text Font Color

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

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


#674fdd Background Color

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

This div background color is #674fdd


#674fdd Border Color

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

This div border color is #674fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674fdd


Comments

No comments written yet.

Please login to write comment.