Color Hex Logo

#7872fd Color Hex

#7872FD
(120,114,253)
0 Favorites   0 Comments

Color spaces of #7872fd

RGB 120114253
HSL0.670.970.72
HSV243°55°99°
CMYK 0.530.550.00   0.01
XYZ31.492723.119595.7312
Yxy23.11950.20950.1538
Hunter Lab48.082732.7672-84.3866
CIE-Lab55.195239.1116-68.8492

#7872fd color RGB value is (120,114,253).

#7872fd hex color red value is 120, green value is 114 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7872fd hue: 0.67 , saturation: 0.97 and the lightness value of 7872fd is 0.72.

The process color (four color CMYK) of #7872fd color hex is 0.53, 0.55, 0.00, 0.01. Web safe color of #7872fd is #6666ff. Color #7872fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 11111101
Octal 170 162 375
Decimal 120 114 253
Hex 78 72 FD

RGB Percentages of Color #7872fd

%24.64
%23.41
%51.95

CMYK Percentages of Color #7872fd

%53
%55
%0
%1

Triadic Colors of #7872fd

#7872fd #fd7872 #72fd78

Analogous Colors of #7872fd

#7872fd #be72fd #72b2fd

Monochromatic Colors of #7872fd

#7872fd

Complementary Color

#7872fd #f7fd72

#7872fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7872fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7872fd Color CSS Codes

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

#7872fd Text Font Color

<p style="color:#7872fd">Text here</p>

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


#7872fd Background Color

<div style="background-color:#7872fd">
Div content here</div>

This div background color is #7872fd


#7872fd Border Color

<div style="border:3px solid #7872fd">
Div here</div>

This div border color is #7872fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,114,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7872fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7872fd;
  -webkit-box-shadow: 1px 1px 3px 2px #7872fd;
  box-shadow:         1px 1px 3px 2px #7872fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7872fd


Comments

No comments written yet.

Please login to write comment.