Color Hex Logo

#7852fc Color Hex

#7852FC
(120,82,252)
0 Favorites   0 Comments

Color spaces of #7852fc

RGB 12082252
HSL0.700.970.65
HSV253°67°99°
CMYK 0.520.670.00   0.01
XYZ28.333717.055993.8942
Yxy17.05590.20340.1225
Hunter Lab41.298850.1899-105.8887
CIE-Lab48.330456.7229-79.4516

#7852fc color RGB value is (120,82,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010010 11111100
Octal 170 122 374
Decimal 120 82 252
Hex 78 52 FC

RGB Percentages of Color #7852fc

%26.43
%18.06
%55.51

CMYK Percentages of Color #7852fc

%52
%67
%0
%1

Triadic Colors of #7852fc

#7852fc #fc7852 #52fc78

Analogous Colors of #7852fc

#7852fc #cd52fc #5281fc

Monochromatic Colors of #7852fc

#7852fc

Complementary Color

#7852fc #d6fc52

#7852fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7852fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7852fc Color CSS Codes

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

#7852fc Text Font Color

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

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


#7852fc Background Color

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

This div background color is #7852fc


#7852fc Border Color

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

This div border color is #7852fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7852fc


Comments

No comments written yet.

Please login to write comment.