Color Hex Logo

#7852cf Color Hex

#7852CF
(120,82,207)
0 Favorites   0 Comments

Color spaces of #7852cf

RGB 12082207
HSL0.720.570.57
HSV258°60°81°
CMYK 0.420.600.00   0.19
XYZ22.025514.532760.6757
Yxy14.53270.22650.1495
Hunter Lab38.121836.4183-67.6824
CIE-Lab44.987444.2369-59.4310

#7852cf color RGB value is (120,82,207).

#7852cf hex color red value is 120, green value is 82 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7852cf hue: 0.72 , saturation: 0.57 and the lightness value of 7852cf is 0.57.

The process color (four color CMYK) of #7852cf color hex is 0.42, 0.60, 0.00, 0.19. Web safe color of #7852cf is #6666cc. Color #7852cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010010 11001111
Octal 170 122 317
Decimal 120 82 207
Hex 78 52 CF

RGB Percentages of Color #7852cf

%29.34
%20.05
%50.61

CMYK Percentages of Color #7852cf

%42
%60
%0
%19

Triadic Colors of #7852cf

#7852cf #cf7852 #52cf78

Analogous Colors of #7852cf

#7852cf #b752cf #526bcf

Monochromatic Colors of #7852cf

#7852cf

Complementary Color

#7852cf #a9cf52

#7852cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7852cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7852cf Color CSS Codes

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

#7852cf Text Font Color

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

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


#7852cf Background Color

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

This div background color is #7852cf


#7852cf Border Color

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

This div border color is #7852cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7852cf


Comments

No comments written yet.

Please login to write comment.