Color Hex Logo

#674feb Color Hex

#674FEB
(103,79,235)
0 Favorites   0 Comments

Color spaces of #674feb

RGB 10379235
HSL0.690.800.62
HSV249°66°92°
CMYK 0.560.660.00   0.08
XYZ23.384914.473780.1584
Yxy14.47370.19810.1226
Hunter Lab38.044343.1420-98.2915
CIE-Lab44.904850.7858-75.5815

#674feb color RGB value is (103,79,235).

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

The process color (four color CMYK) of #674feb color hex is 0.56, 0.66, 0.00, 0.08. Web safe color of #674feb is #6666ff. Color #674feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001111 11101011
Octal 147 117 353
Decimal 103 79 235
Hex 67 4F EB

RGB Percentages of Color #674feb

%24.70
%18.94
%56.35

CMYK Percentages of Color #674feb

%56
%66
%0
%8

Triadic Colors of #674feb

#674feb #eb674f #4feb67

Analogous Colors of #674feb

#674feb #b54feb #4f85eb

Monochromatic Colors of #674feb

#674feb

Complementary Color

#674feb #d3eb4f

#674feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#674feb Color CSS Codes

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

#674feb Text Font Color

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

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


#674feb Background Color

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

This div background color is #674feb


#674feb Border Color

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

This div border color is #674feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674feb


Comments

No comments written yet.

Please login to write comment.