Color Hex Logo

#7852ff Color Hex

#7852FF
(120,82,255)
0 Favorites   0 Comments

Color spaces of #7852ff

RGB 12082255
HSL0.701.000.66
HSV253°68°100°
CMYK 0.530.680.00   0.00
XYZ28.813017.247796.4183
Yxy17.24770.20220.1211
Hunter Lab41.530451.1619-108.5785
CIE-Lab48.570657.5603-80.7282

#7852ff color RGB value is (120,82,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010010 11111111
Octal 170 122 377
Decimal 120 82 255
Hex 78 52 FF

RGB Percentages of Color #7852ff

%26.26
%17.94
%55.80

CMYK Percentages of Color #7852ff

%53
%68
%0
%0

Triadic Colors of #7852ff

#7852ff #ff7852 #52ff78

Analogous Colors of #7852ff

#7852ff #cf52ff #5283ff

Monochromatic Colors of #7852ff

#7852ff

Complementary Color

#7852ff #d9ff52

#7852ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7852ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7852ff Color CSS Codes

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

#7852ff Text Font Color

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

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


#7852ff Background Color

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

This div background color is #7852ff


#7852ff Border Color

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

This div border color is #7852ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7852ff

Related Colors


Comments

No comments written yet.

Please login to write comment.