Color Hex Logo

#744bfb Color Hex

#744BFB
(116,75,251)
0 Favorites   0 Comments

Color spaces of #744bfb

RGB 11675251
HSL0.710.960.64
HSV254°70°98°
CMYK 0.540.700.00   0.02
XYZ27.131115.710292.8692
Yxy15.71020.19990.1158
Hunter Lab39.636152.8210-111.1739
CIE-Lab46.592059.4221-81.7537

#744bfb color RGB value is (116,75,251).

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

The process color (four color CMYK) of #744bfb color hex is 0.54, 0.70, 0.00, 0.02. Web safe color of #744bfb is #6633ff. Color #744bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001011 11111011
Octal 164 113 373
Decimal 116 75 251
Hex 74 4B FB

RGB Percentages of Color #744bfb

%26.24
%16.97
%56.79

CMYK Percentages of Color #744bfb

%54
%70
%0
%2

Triadic Colors of #744bfb

#744bfb #fb744b #4bfb74

Analogous Colors of #744bfb

#744bfb #cc4bfb #4b7afb

Monochromatic Colors of #744bfb

#744bfb

Complementary Color

#744bfb #d2fb4b

#744bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#744bfb Color CSS Codes

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

#744bfb Text Font Color

<p style="color:#744bfb">Text here</p>

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


#744bfb Background Color

<div style="background-color:#744bfb">
Div content here</div>

This div background color is #744bfb


#744bfb Border Color

<div style="border:3px solid #744bfb">
Div here</div>

This div border color is #744bfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,75,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744bfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744bfb;
  -webkit-box-shadow: 1px 1px 3px 2px #744bfb;
  box-shadow:         1px 1px 3px 2px #744bfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,75,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 #744bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744bfb


Comments

No comments written yet.

Please login to write comment.