Color Hex Logo

#674ecb Color Hex

#674ECB
(103,78,203)
0 Favorites   0 Comments

Color spaces of #674ecb

RGB 10378203
HSL0.700.550.55
HSV252°62°80°
CMYK 0.490.620.00   0.20
XYZ19.097412.644157.9339
Yxy12.64410.21300.1410
Hunter Lab35.558533.6394-71.7075
CIE-Lab42.222041.8953-61.6816

#674ecb color RGB value is (103,78,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001110 11001011
Octal 147 116 313
Decimal 103 78 203
Hex 67 4E CB

RGB Percentages of Color #674ecb

%26.82
%20.31
%52.86

CMYK Percentages of Color #674ecb

%49
%62
%0
%20

Triadic Colors of #674ecb

#674ecb #cb674e #4ecb67

Analogous Colors of #674ecb

#674ecb #a64ecb #4e74cb

Monochromatic Colors of #674ecb

#674ecb

Complementary Color

#674ecb #b2cb4e

#674ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#674ecb Color CSS Codes

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

#674ecb Text Font Color

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

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


#674ecb Background Color

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

This div background color is #674ecb


#674ecb Border Color

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

This div border color is #674ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674ecb


Comments

No comments written yet.

Please login to write comment.