Color Hex Logo

#7965bc Color Hex

#7965BC
(121,101,188)
0 Favorites   0 Comments

Color spaces of #7965bc

RGB 121101188
HSL0.700.390.57
HSV254°46°74°
CMYK 0.360.460.00   0.26
XYZ21.615917.003149.7196
Yxy17.00310.24470.1925
Hunter Lab41.234821.4114-42.6256
CIE-Lab48.263928.1982-43.2114

#7965bc color RGB value is (121,101,188).

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

The process color (four color CMYK) of #7965bc color hex is 0.36, 0.46, 0.00, 0.26. Web safe color of #7965bc is #6666cc. Color #7965bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100101 10111100
Octal 171 145 274
Decimal 121 101 188
Hex 79 65 BC

RGB Percentages of Color #7965bc

%29.51
%24.63
%45.85

CMYK Percentages of Color #7965bc

%36
%46
%0
%26

Triadic Colors of #7965bc

#7965bc #bc7965 #65bc79

Analogous Colors of #7965bc

#7965bc #a565bc #657dbc

Monochromatic Colors of #7965bc

#7965bc

Complementary Color

#7965bc #a8bc65

#7965bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7965bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7965bc Color CSS Codes

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

#7965bc Text Font Color

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

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


#7965bc Background Color

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

This div background color is #7965bc


#7965bc Border Color

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

This div border color is #7965bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7965bc


Comments

No comments written yet.

Please login to write comment.