Color Hex Logo

#7442fb Color Hex

#7442FB
(116,66,251)
0 Favorites   0 Comments

Color spaces of #7442fb

RGB 11666251
HSL0.710.960.62
HSV256°74°98°
CMYK 0.540.740.00   0.02
XYZ26.563314.574592.6799
Yxy14.57450.19850.1089
Hunter Lab38.176657.3915-117.2127
CIE-Lab45.045863.7737-84.2905

#7442fb color RGB value is (116,66,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000010 11111011
Octal 164 102 373
Decimal 116 66 251
Hex 74 42 FB

RGB Percentages of Color #7442fb

%26.79
%15.24
%57.97

CMYK Percentages of Color #7442fb

%54
%74
%0
%2

Triadic Colors of #7442fb

#7442fb #fb7442 #42fb74

Analogous Colors of #7442fb

#7442fb #d142fb #426dfb

Monochromatic Colors of #7442fb

#7442fb

Complementary Color

#7442fb #c9fb42

#7442fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7442fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7442fb Color CSS Codes

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

#7442fb Text Font Color

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

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


#7442fb Background Color

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

This div background color is #7442fb


#7442fb Border Color

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

This div border color is #7442fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,66,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 #7442fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7442fb


Comments

No comments written yet.

Please login to write comment.