Color Hex Logo

#774afb Color Hex

#774AFB
(119,74,251)
0 Favorites   0 Comments

Color spaces of #774afb

RGB 11974251
HSL0.710.960.64
HSV255°71°98°
CMYK 0.530.710.00   0.02
XYZ27.469115.784592.8657
Yxy15.78450.20180.1160
Hunter Lab39.729753.8878-110.7758
CIE-Lab46.690560.3589-81.5814

#774afb color RGB value is (119,74,251).

#774afb hex color red value is 119, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #774afb hue: 0.71 , saturation: 0.96 and the lightness value of 774afb is 0.64.

The process color (four color CMYK) of #774afb color hex is 0.53, 0.71, 0.00, 0.02. Web safe color of #774afb is #6633ff. Color #774afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001010 11111011
Octal 167 112 373
Decimal 119 74 251
Hex 77 4A FB

RGB Percentages of Color #774afb

%26.80
%16.67
%56.53

CMYK Percentages of Color #774afb

%53
%71
%0
%2

Triadic Colors of #774afb

#774afb #fb774a #4afb77

Analogous Colors of #774afb

#774afb #d04afb #4a76fb

Monochromatic Colors of #774afb

#774afb

Complementary Color

#774afb #cefb4a

#774afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#774afb Color CSS Codes

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

#774afb Text Font Color

<p style="color:#774afb">Text here</p>

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


#774afb Background Color

<div style="background-color:#774afb">
Div content here</div>

This div background color is #774afb


#774afb Border Color

<div style="border:3px solid #774afb">
Div here</div>

This div border color is #774afb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,74,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774afb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774afb;
  -webkit-box-shadow: 1px 1px 3px 2px #774afb;
  box-shadow:         1px 1px 3px 2px #774afb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,74,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774afb


Comments

No comments written yet.

Please login to write comment.