Color Hex Logo

#7957cb Color Hex

#7957CB
(121,87,203)
0 Favorites   0 Comments

Color spaces of #7957cb

RGB 12187203
HSL0.720.530.57
HSV258°57°80°
CMYK 0.400.570.00   0.20
XYZ22.072815.193158.2691
Yxy15.19310.23100.1590
Hunter Lab38.978332.8696-61.3484
CIE-Lab45.897540.5336-55.6564

#7957cb color RGB value is (121,87,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010111 11001011
Octal 171 127 313
Decimal 121 87 203
Hex 79 57 CB

RGB Percentages of Color #7957cb

%29.44
%21.17
%49.39

CMYK Percentages of Color #7957cb

%40
%57
%0
%20

Triadic Colors of #7957cb

#7957cb #cb7957 #57cb79

Analogous Colors of #7957cb

#7957cb #b357cb #576fcb

Monochromatic Colors of #7957cb

#7957cb

Complementary Color

#7957cb #a9cb57

#7957cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7957cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7957cb Color CSS Codes

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

#7957cb Text Font Color

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

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


#7957cb Background Color

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

This div background color is #7957cb


#7957cb Border Color

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

This div border color is #7957cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7957cb


Comments

No comments written yet.

Please login to write comment.