Color Hex Logo

#674ecd Color Hex

#674ECD
(103,78,205)
0 Favorites   0 Comments

Color spaces of #674ecd

RGB 10378205
HSL0.700.560.55
HSV252°62°80°
CMYK 0.500.620.00   0.20
XYZ19.337412.740159.1975
Yxy12.74010.21190.1396
Hunter Lab35.693334.2420-73.3475
CIE-Lab42.369042.4834-62.5980

#674ecd color RGB value is (103,78,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001110 11001101
Octal 147 116 315
Decimal 103 78 205
Hex 67 4E CD

RGB Percentages of Color #674ecd

%26.68
%20.21
%53.11

CMYK Percentages of Color #674ecd

%50
%62
%0
%20

Triadic Colors of #674ecd

#674ecd #cd674e #4ecd67

Analogous Colors of #674ecd

#674ecd #a74ecd #4e75cd

Monochromatic Colors of #674ecd

#674ecd

Complementary Color

#674ecd #b4cd4e

#674ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#674ecd Color CSS Codes

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

#674ecd Text Font Color

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

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


#674ecd Background Color

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

This div background color is #674ecd


#674ecd Border Color

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

This div border color is #674ecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,78,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 #674ecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674ecd


Comments

No comments written yet.

Please login to write comment.