Color Hex Logo

#7873fc Color Hex

#7873FC
(120,115,252)
0 Favorites   0 Comments

Color spaces of #7873fc

RGB 120115252
HSL0.670.960.72
HSV242°54°99°
CMYK 0.520.540.00   0.01
XYZ31.447123.282894.9320
Yxy23.28280.21010.1556
Hunter Lab48.252331.8911-82.8712
CIE-Lab55.362438.2238-68.0262

#7873fc color RGB value is (120,115,252).

#7873fc hex color red value is 120, green value is 115 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7873fc hue: 0.67 , saturation: 0.96 and the lightness value of 7873fc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110011 11111100
Octal 170 163 374
Decimal 120 115 252
Hex 78 73 FC

RGB Percentages of Color #7873fc

%24.64
%23.61
%51.75

CMYK Percentages of Color #7873fc

%52
%54
%0
%1

Triadic Colors of #7873fc

#7873fc #fc7873 #73fc78

Analogous Colors of #7873fc

#7873fc #bd73fc #73b3fc

Monochromatic Colors of #7873fc

#7873fc

Complementary Color

#7873fc #f7fc73

#7873fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7873fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7873fc Color CSS Codes

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

#7873fc Text Font Color

<p style="color:#7873fc">Text here</p>

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


#7873fc Background Color

<div style="background-color:#7873fc">
Div content here</div>

This div background color is #7873fc


#7873fc Border Color

<div style="border:3px solid #7873fc">
Div here</div>

This div border color is #7873fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,115,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7873fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7873fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7873fc;
  box-shadow:         1px 1px 3px 2px #7873fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,115,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7873fc


Comments

No comments written yet.

Please login to write comment.