Color Hex Logo

#7957da Color Hex

#7957DA
(121,87,218)
0 Favorites   0 Comments

Color spaces of #7957da

RGB 12187218
HSL0.710.640.60
HSV256°60°85°
CMYK 0.440.600.00   0.15
XYZ23.948215.943368.1448
Yxy15.94330.22170.1476
Hunter Lab39.929137.1828-73.2367
CIE-Lab46.900044.6812-62.6271

#7957da color RGB value is (121,87,218).

#7957da hex color red value is 121, green value is 87 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7957da hue: 0.71 , saturation: 0.64 and the lightness value of 7957da is 0.60.

The process color (four color CMYK) of #7957da color hex is 0.44, 0.60, 0.00, 0.15. Web safe color of #7957da is #6666cc. Color #7957da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010111 11011010
Octal 171 127 332
Decimal 121 87 218
Hex 79 57 DA

RGB Percentages of Color #7957da

%28.40
%20.42
%51.17

CMYK Percentages of Color #7957da

%44
%60
%0
%15

Triadic Colors of #7957da

#7957da #da7957 #57da79

Analogous Colors of #7957da

#7957da #bb57da #5777da

Monochromatic Colors of #7957da

#7957da

Complementary Color

#7957da #b8da57

#7957da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7957da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7957da Color CSS Codes

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

#7957da Text Font Color

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

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


#7957da Background Color

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

This div background color is #7957da


#7957da Border Color

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

This div border color is #7957da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7957da


Comments

No comments written yet.

Please login to write comment.