Color Hex Logo

#7948f0 Color Hex

#7948F0
(121,72,240)
0 Favorites   0 Comments

Color spaces of #7948f0

RGB 12172240
HSL0.720.850.61
HSV258°70°94°
CMYK 0.500.700.00   0.06
XYZ25.930714.990983.9649
Yxy14.99090.20760.1200
Hunter Lab38.718151.7903-101.4750
CIE-Lab45.621758.6754-77.1598

#7948f0 color RGB value is (121,72,240).

#7948f0 hex color red value is 121, green value is 72 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #7948f0 hue: 0.72 , saturation: 0.85 and the lightness value of 7948f0 is 0.61.

The process color (four color CMYK) of #7948f0 color hex is 0.50, 0.70, 0.00, 0.06. Web safe color of #7948f0 is #6633ff. Color #7948f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001000 11110000
Octal 171 110 360
Decimal 121 72 240
Hex 79 48 F0

RGB Percentages of Color #7948f0

%27.94
%16.63
%55.43

CMYK Percentages of Color #7948f0

%50
%70
%0
%6

Triadic Colors of #7948f0

#7948f0 #f07948 #48f079

Analogous Colors of #7948f0

#7948f0 #cd48f0 #486bf0

Monochromatic Colors of #7948f0

#7948f0

Complementary Color

#7948f0 #bff048

#7948f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7948f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7948f0 Color CSS Codes

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

#7948f0 Text Font Color

<p style="color:#7948f0">Text here</p>

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


#7948f0 Background Color

<div style="background-color:#7948f0">
Div content here</div>

This div background color is #7948f0


#7948f0 Border Color

<div style="border:3px solid #7948f0">
Div here</div>

This div border color is #7948f0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,72,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7948f0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7948f0;
  -webkit-box-shadow: 1px 1px 3px 2px #7948f0;
  box-shadow:         1px 1px 3px 2px #7948f0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,72,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7948f0


Comments

No comments written yet.

Please login to write comment.