Color Hex Logo

#744ccd Color Hex

#744CCD
(116,76,205)
0 Favorites   0 Comments

Color spaces of #744ccd

RGB 11676205
HSL0.720.560.55
HSV259°63°80°
CMYK 0.430.630.00   0.20
XYZ20.806313.289759.2262
Yxy13.28970.22300.1424
Hunter Lab36.455038.0805-70.8062
CIE-Lab43.196546.1816-61.1975

#744ccd color RGB value is (116,76,205).

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

The process color (four color CMYK) of #744ccd color hex is 0.43, 0.63, 0.00, 0.20. Web safe color of #744ccd is #6633cc. Color #744ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 11001101
Octal 164 114 315
Decimal 116 76 205
Hex 74 4C CD

RGB Percentages of Color #744ccd

%29.22
%19.14
%51.64

CMYK Percentages of Color #744ccd

%43
%63
%0
%20

Triadic Colors of #744ccd

#744ccd #cd744c #4ccd74

Analogous Colors of #744ccd

#744ccd #b54ccd #4c65cd

Monochromatic Colors of #744ccd

#744ccd

Complementary Color

#744ccd #a5cd4c

#744ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#744ccd Color CSS Codes

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

#744ccd Text Font Color

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

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


#744ccd Background Color

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

This div background color is #744ccd


#744ccd Border Color

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

This div border color is #744ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744ccd


Comments

No comments written yet.

Please login to write comment.