Color Hex Logo

#744bbf Color Hex

#744BBF
(116,75,191)
0 Favorites   0 Comments

Color spaces of #744bbf

RGB 11675191
HSL0.730.480.52
HSV261°61°75°
CMYK 0.390.610.00   0.25
XYZ19.122512.506750.6964
Yxy12.50670.23230.1519
Hunter Lab35.364834.6303-60.2384
CIE-Lab42.010442.9359-54.9955

#744bbf color RGB value is (116,75,191).

#744bbf hex color red value is 116, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #744bbf hue: 0.73 , saturation: 0.48 and the lightness value of 744bbf is 0.52.

The process color (four color CMYK) of #744bbf color hex is 0.39, 0.61, 0.00, 0.25. Web safe color of #744bbf is #6633cc. Color #744bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001011 10111111
Octal 164 113 277
Decimal 116 75 191
Hex 74 4B BF

RGB Percentages of Color #744bbf

%30.37
%19.63
%50.00

CMYK Percentages of Color #744bbf

%39
%61
%0
%25

Triadic Colors of #744bbf

#744bbf #bf744b #4bbf74

Analogous Colors of #744bbf

#744bbf #ae4bbf #4b5cbf

Monochromatic Colors of #744bbf

#744bbf

Complementary Color

#744bbf #96bf4b

#744bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#744bbf Color CSS Codes

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

#744bbf Text Font Color

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

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


#744bbf Background Color

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

This div background color is #744bbf


#744bbf Border Color

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

This div border color is #744bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,75,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744bbf


Comments

No comments written yet.

Please login to write comment.