Color Hex Logo

#7965cb Color Hex

#7965CB
(121,101,203)
0 Favorites   0 Comments

Color spaces of #7965cb

RGB 121101203
HSL0.700.500.60
HSV252°50°80°
CMYK 0.400.500.00   0.20
XYZ23.318317.684158.6843
Yxy17.68410.23390.1774
Hunter Lab42.052525.3873-53.3026
CIE-Lab49.110732.3590-50.5013

#7965cb color RGB value is (121,101,203).

#7965cb hex color red value is 121, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7965cb hue: 0.70 , saturation: 0.50 and the lightness value of 7965cb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100101 11001011
Octal 171 145 313
Decimal 121 101 203
Hex 79 65 CB

RGB Percentages of Color #7965cb

%28.47
%23.76
%47.76

CMYK Percentages of Color #7965cb

%40
%50
%0
%20

Triadic Colors of #7965cb

#7965cb #cb7965 #65cb79

Analogous Colors of #7965cb

#7965cb #ac65cb #6584cb

Monochromatic Colors of #7965cb

#7965cb

Complementary Color

#7965cb #b7cb65

#7965cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7965cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7965cb Color CSS Codes

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

#7965cb Text Font Color

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

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


#7965cb Background Color

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

This div background color is #7965cb


#7965cb Border Color

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

This div border color is #7965cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7965cb


Comments

No comments written yet.

Please login to write comment.