Color Hex Logo

#7872ff Color Hex

#7872FF
(120,114,255)
0 Favorites   0 Comments

Color spaces of #7872ff

RGB 120114255
HSL0.671.000.72
HSV243°55°100°
CMYK 0.530.550.00   0.00
XYZ31.813023.247797.4183
Yxy23.24770.20860.1525
Hunter Lab48.215933.3972-86.0420
CIE-Lab55.326639.7145-69.7417

#7872ff color RGB value is (120,114,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 11111111
Octal 170 162 377
Decimal 120 114 255
Hex 78 72 FF

RGB Percentages of Color #7872ff

%24.54
%23.31
%52.15

CMYK Percentages of Color #7872ff

%53
%55
%0
%0

Triadic Colors of #7872ff

#7872ff #ff7872 #72ff78

Analogous Colors of #7872ff

#7872ff #bf72ff #72b3ff

Monochromatic Colors of #7872ff

#7872ff

Complementary Color

#7872ff #f9ff72

#7872ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7872ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7872ff Color CSS Codes

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

#7872ff Text Font Color

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

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


#7872ff Background Color

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

This div background color is #7872ff


#7872ff Border Color

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

This div border color is #7872ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7872ff


Comments

No comments written yet.

Please login to write comment.