Color Hex Logo

#744bde Color Hex

#744BDE
(116,75,222)
0 Favorites   0 Comments

Color spaces of #744bde

RGB 11675222
HSL0.710.690.58
HSV257°66°87°
CMYK 0.480.660.00   0.13
XYZ22.903414.019170.6061
Yxy14.01910.21300.1304
Hunter Lab37.442143.6651-85.5962
CIE-Lab44.260351.3982-69.2137

#744bde color RGB value is (116,75,222).

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

The process color (four color CMYK) of #744bde color hex is 0.48, 0.66, 0.00, 0.13. Web safe color of #744bde is #6633cc. Color #744bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001011 11011110
Octal 164 113 336
Decimal 116 75 222
Hex 74 4B DE

RGB Percentages of Color #744bde

%28.09
%18.16
%53.75

CMYK Percentages of Color #744bde

%48
%66
%0
%13

Triadic Colors of #744bde

#744bde #de744b #4bde74

Analogous Colors of #744bde

#744bde #be4bde #4b6cde

Monochromatic Colors of #744bde

#744bde

Complementary Color

#744bde #b5de4b

#744bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#744bde Color CSS Codes

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

#744bde Text Font Color

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

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


#744bde Background Color

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

This div background color is #744bde


#744bde Border Color

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

This div border color is #744bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744bde


Comments

No comments written yet.

Please login to write comment.