Color Hex Logo

#7478fb Color Hex

#7478FB
(116,120,251)
0 Favorites   0 Comments

Color spaces of #7478fb

RGB 116120251
HSL0.660.940.72
HSV238°54°98°
CMYK 0.540.520.00   0.02
XYZ31.331524.111094.2693
Yxy24.11100.20930.1610
Hunter Lab49.103027.9667-79.4546
CIE-Lab56.198834.1947-66.1386

#7478fb color RGB value is (116,120,251).

#7478fb hex color red value is 116, green value is 120 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7478fb hue: 0.66 , saturation: 0.94 and the lightness value of 7478fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111000 11111011
Octal 164 170 373
Decimal 116 120 251
Hex 74 78 FB

RGB Percentages of Color #7478fb

%23.82
%24.64
%51.54

CMYK Percentages of Color #7478fb

%54
%52
%0
%2

Triadic Colors of #7478fb

#7478fb #fb7478 #78fb74

Analogous Colors of #7478fb

#7478fb #b474fb #74bcfb

Monochromatic Colors of #7478fb

#7478fb

Complementary Color

#7478fb #fbf774

#7478fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7478fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7478fb Color CSS Codes

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

#7478fb Text Font Color

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

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


#7478fb Background Color

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

This div background color is #7478fb


#7478fb Border Color

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

This div border color is #7478fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7478fb

Related Colors


Comments

No comments written yet.

Please login to write comment.