Color Hex Logo

#7848fb Color Hex

#7848FB
(120,72,251)
0 Favorites   0 Comments

Color spaces of #7848fb

RGB 12072251
HSL0.710.960.63
HSV256°71°98°
CMYK 0.520.710.00   0.02
XYZ27.475715.592892.8284
Yxy15.59280.20220.1147
Hunter Lab39.487755.0974-111.7385
CIE-Lab46.435761.4838-81.9954

#7848fb color RGB value is (120,72,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001000 11111011
Octal 170 110 373
Decimal 120 72 251
Hex 78 48 FB

RGB Percentages of Color #7848fb

%27.09
%16.25
%56.66

CMYK Percentages of Color #7848fb

%52
%71
%0
%2

Triadic Colors of #7848fb

#7848fb #fb7848 #48fb78

Analogous Colors of #7848fb

#7848fb #d248fb #4872fb

Monochromatic Colors of #7848fb

#7848fb

Complementary Color

#7848fb #cbfb48

#7848fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7848fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7848fb Color CSS Codes

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

#7848fb Text Font Color

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

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


#7848fb Background Color

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

This div background color is #7848fb


#7848fb Border Color

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

This div border color is #7848fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7848fb


Comments

No comments written yet.

Please login to write comment.