Color Hex Logo

#7952cb Color Hex

#7952CB
(121,82,203)
0 Favorites   0 Comments

Color spaces of #7952cb

RGB 12182203
HSL0.720.540.56
HSV259°60°80°
CMYK 0.400.600.00   0.20
XYZ21.681914.411358.1388
Yxy14.41130.23010.1529
Hunter Lab37.962235.5154-64.2286
CIE-Lab44.817143.3656-57.3981

#7952cb color RGB value is (121,82,203).

#7952cb hex color red value is 121, green value is 82 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7952cb hue: 0.72 , saturation: 0.54 and the lightness value of 7952cb is 0.56.

The process color (four color CMYK) of #7952cb color hex is 0.40, 0.60, 0.00, 0.20. Web safe color of #7952cb is #6666cc. Color #7952cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010010 11001011
Octal 171 122 313
Decimal 121 82 203
Hex 79 52 CB

RGB Percentages of Color #7952cb

%29.80
%20.20
%50.00

CMYK Percentages of Color #7952cb

%40
%60
%0
%20

Triadic Colors of #7952cb

#7952cb #cb7952 #52cb79

Analogous Colors of #7952cb

#7952cb #b652cb #5268cb

Monochromatic Colors of #7952cb

#7952cb

Complementary Color

#7952cb #a4cb52

#7952cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7952cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7952cb Color CSS Codes

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

#7952cb Text Font Color

<p style="color:#7952cb">Text here</p>

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


#7952cb Background Color

<div style="background-color:#7952cb">
Div content here</div>

This div background color is #7952cb


#7952cb Border Color

<div style="border:3px solid #7952cb">
Div here</div>

This div border color is #7952cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,82,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7952cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7952cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7952cb;
  box-shadow:         1px 1px 3px 2px #7952cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7952cb


Comments

No comments written yet.

Please login to write comment.