Color Hex Logo

#7965cd Color Hex

#7965CD
(121,101,205)
0 Favorites   0 Comments

Color spaces of #7965cd

RGB 121101205
HSL0.700.510.60
HSV252°51°80°
CMYK 0.410.510.00   0.20
XYZ23.558317.780159.9479
Yxy17.78010.23260.1755
Hunter Lab42.166525.9362-54.7759
CIE-Lab49.228332.9223-51.4584

#7965cd color RGB value is (121,101,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100101 11001101
Octal 171 145 315
Decimal 121 101 205
Hex 79 65 CD

RGB Percentages of Color #7965cd

%28.34
%23.65
%48.01

CMYK Percentages of Color #7965cd

%41
%51
%0
%20

Triadic Colors of #7965cd

#7965cd #cd7965 #65cd79

Analogous Colors of #7965cd

#7965cd #ad65cd #6585cd

Monochromatic Colors of #7965cd

#7965cd

Complementary Color

#7965cd #b9cd65

#7965cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7965cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7965cd Color CSS Codes

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

#7965cd Text Font Color

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

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


#7965cd Background Color

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

This div background color is #7965cd


#7965cd Border Color

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

This div border color is #7965cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7965cd


Comments

No comments written yet.

Please login to write comment.