Color Hex Logo

#744dcf Color Hex

#744DCF
(116,77,207)
0 Favorites   0 Comments

Color spaces of #744dcf

RGB 11677207
HSL0.720.580.56
HSV258°63°81°
CMYK 0.440.630.00   0.19
XYZ21.118813.525860.5291
Yxy13.52580.22190.1421
Hunter Lab36.777438.1400-71.8366
CIE-Lab43.545046.1806-61.7852

#744dcf color RGB value is (116,77,207).

#744dcf hex color red value is 116, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #744dcf hue: 0.72 , saturation: 0.58 and the lightness value of 744dcf is 0.56.

The process color (four color CMYK) of #744dcf color hex is 0.44, 0.63, 0.00, 0.19. Web safe color of #744dcf is #6666cc. Color #744dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001101 11001111
Octal 164 115 317
Decimal 116 77 207
Hex 74 4D CF

RGB Percentages of Color #744dcf

%29.00
%19.25
%51.75

CMYK Percentages of Color #744dcf

%44
%63
%0
%19

Triadic Colors of #744dcf

#744dcf #cf744d #4dcf74

Analogous Colors of #744dcf

#744dcf #b54dcf #4d67cf

Monochromatic Colors of #744dcf

#744dcf

Complementary Color

#744dcf #a8cf4d

#744dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#744dcf Color CSS Codes

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

#744dcf Text Font Color

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

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


#744dcf Background Color

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

This div background color is #744dcf


#744dcf Border Color

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

This div border color is #744dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744dcf


Comments

No comments written yet.

Please login to write comment.