Color Hex Logo

#7443fb Color Hex

#7443FB
(116,67,251)
0 Favorites   0 Comments

Color spaces of #7443fb

RGB 11667251
HSL0.710.960.62
HSV256°73°98°
CMYK 0.540.730.00   0.02
XYZ26.622214.692392.6995
Yxy14.69230.19870.1096
Hunter Lab38.330556.8975-116.5570
CIE-Lab45.209863.3081-84.0210

#7443fb color RGB value is (116,67,251).

#7443fb hex color red value is 116, green value is 67 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7443fb hue: 0.71 , saturation: 0.96 and the lightness value of 7443fb is 0.62.

The process color (four color CMYK) of #7443fb color hex is 0.54, 0.73, 0.00, 0.02. Web safe color of #7443fb is #6633ff. Color #7443fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000011 11111011
Octal 164 103 373
Decimal 116 67 251
Hex 74 43 FB

RGB Percentages of Color #7443fb

%26.73
%15.44
%57.83

CMYK Percentages of Color #7443fb

%54
%73
%0
%2

Triadic Colors of #7443fb

#7443fb #fb7443 #43fb74

Analogous Colors of #7443fb

#7443fb #d043fb #436efb

Monochromatic Colors of #7443fb

#7443fb

Complementary Color

#7443fb #cafb43

#7443fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7443fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7443fb Color CSS Codes

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

#7443fb Text Font Color

<p style="color:#7443fb">Text here</p>

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


#7443fb Background Color

<div style="background-color:#7443fb">
Div content here</div>

This div background color is #7443fb


#7443fb Border Color

<div style="border:3px solid #7443fb">
Div here</div>

This div border color is #7443fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,67,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7443fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7443fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7443fb;
  box-shadow:         1px 1px 3px 2px #7443fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7443fb


Comments

No comments written yet.

Please login to write comment.