Color Hex Logo

#7953fc Color Hex

#7953FC
(121,83,252)
0 Favorites   0 Comments

Color spaces of #7953fc

RGB 12183252
HSL0.700.970.66
HSV253°67°99°
CMYK 0.520.670.00   0.01
XYZ28.549117.279793.9261
Yxy17.27970.20430.1236
Hunter Lab41.568949.8466-104.8694
CIE-Lab48.610556.3597-78.9901

#7953fc color RGB value is (121,83,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010011 11111100
Octal 171 123 374
Decimal 121 83 252
Hex 79 53 FC

RGB Percentages of Color #7953fc

%26.54
%18.20
%55.26

CMYK Percentages of Color #7953fc

%52
%67
%0
%1

Triadic Colors of #7953fc

#7953fc #fc7953 #53fc79

Analogous Colors of #7953fc

#7953fc #ce53fc #5382fc

Monochromatic Colors of #7953fc

#7953fc

Complementary Color

#7953fc #d6fc53

#7953fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7953fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7953fc Color CSS Codes

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

#7953fc Text Font Color

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

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


#7953fc Background Color

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

This div background color is #7953fc


#7953fc Border Color

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

This div border color is #7953fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7953fc


Comments

No comments written yet.

Please login to write comment.