Color Hex Logo

#744bda Color Hex

#744BDA
(116,75,218)
0 Favorites   0 Comments

Color spaces of #744bda

RGB 11675218
HSL0.710.660.57
HSV257°66°85°
CMYK 0.470.660.00   0.15
XYZ22.373413.807167.8155
Yxy13.80710.21510.1328
Hunter Lab37.157942.4515-82.1974
CIE-Lab43.955050.2954-67.4287

#744bda color RGB value is (116,75,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001011 11011010
Octal 164 113 332
Decimal 116 75 218
Hex 74 4B DA

RGB Percentages of Color #744bda

%28.36
%18.34
%53.30

CMYK Percentages of Color #744bda

%47
%66
%0
%15

Triadic Colors of #744bda

#744bda #da744b #4bda74

Analogous Colors of #744bda

#744bda #bc4bda #4b6ada

Monochromatic Colors of #744bda

#744bda

Complementary Color

#744bda #b1da4b

#744bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#744bda Color CSS Codes

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

#744bda Text Font Color

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

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


#744bda Background Color

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

This div background color is #744bda


#744bda Border Color

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

This div border color is #744bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744bda


Comments

No comments written yet.

Please login to write comment.