Color Hex Logo

#674aeb Color Hex

#674AEB
(103,74,235)
0 Favorites   0 Comments

Color spaces of #674aeb

RGB 10374235
HSL0.700.800.61
HSV251°69°92°
CMYK 0.560.690.00   0.08
XYZ23.037713.779380.0427
Yxy13.77930.19710.1179
Hunter Lab37.120545.8198-101.8624
CIE-Lab43.914753.4947-77.2015

#674aeb color RGB value is (103,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 11101011
Octal 147 112 353
Decimal 103 74 235
Hex 67 4A EB

RGB Percentages of Color #674aeb

%25.00
%17.96
%57.04

CMYK Percentages of Color #674aeb

%56
%69
%0
%8

Triadic Colors of #674aeb

#674aeb #eb674a #4aeb67

Analogous Colors of #674aeb

#674aeb #b84aeb #4a7eeb

Monochromatic Colors of #674aeb

#674aeb

Complementary Color

#674aeb #ceeb4a

#674aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#674aeb Color CSS Codes

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

#674aeb Text Font Color

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

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


#674aeb Background Color

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

This div background color is #674aeb


#674aeb Border Color

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

This div border color is #674aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674aeb


Comments

No comments written yet.

Please login to write comment.