Color Hex Logo

#7449fc Color Hex

#7449FC
(116,73,252)
0 Favorites   0 Comments

Color spaces of #7449fc

RGB 11673252
HSL0.710.970.64
HSV254°71°99°
CMYK 0.540.710.00   0.01
XYZ27.155715.506493.6572
Yxy15.50640.19920.1138
Hunter Lab39.378254.1841-113.4509
CIE-Lab46.320160.6933-82.7573

#7449fc color RGB value is (116,73,252).

#7449fc hex color red value is 116, green value is 73 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7449fc hue: 0.71 , saturation: 0.97 and the lightness value of 7449fc is 0.64.

The process color (four color CMYK) of #7449fc color hex is 0.54, 0.71, 0.00, 0.01. Web safe color of #7449fc is #6633ff. Color #7449fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001001 11111100
Octal 164 111 374
Decimal 116 73 252
Hex 74 49 FC

RGB Percentages of Color #7449fc

%26.30
%16.55
%57.14

CMYK Percentages of Color #7449fc

%54
%71
%0
%1

Triadic Colors of #7449fc

#7449fc #fc7449 #49fc74

Analogous Colors of #7449fc

#7449fc #ce49fc #4978fc

Monochromatic Colors of #7449fc

#7449fc

Complementary Color

#7449fc #d1fc49

#7449fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7449fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7449fc Color CSS Codes

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

#7449fc Text Font Color

<p style="color:#7449fc">Text here</p>

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


#7449fc Background Color

<div style="background-color:#7449fc">
Div content here</div>

This div background color is #7449fc


#7449fc Border Color

<div style="border:3px solid #7449fc">
Div here</div>

This div border color is #7449fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,73,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7449fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7449fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7449fc;
  box-shadow:         1px 1px 3px 2px #7449fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7449fc


Comments

No comments written yet.

Please login to write comment.