Color Hex Logo

#7765cd Color Hex

#7765CD
(119,101,205)
0 Favorites   0 Comments

Color spaces of #7765cd

RGB 119101205
HSL0.700.510.60
HSV250°51°80°
CMYK 0.420.510.00   0.20
XYZ23.280917.637159.9349
Yxy17.63710.23080.1749
Hunter Lab41.996525.4580-55.2175
CIE-Lab49.053032.4404-51.7489

#7765cd color RGB value is (119,101,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 11001101
Octal 167 145 315
Decimal 119 101 205
Hex 77 65 CD

RGB Percentages of Color #7765cd

%28.00
%23.76
%48.24

CMYK Percentages of Color #7765cd

%42
%51
%0
%20

Triadic Colors of #7765cd

#7765cd #cd7765 #65cd77

Analogous Colors of #7765cd

#7765cd #ab65cd #6587cd

Monochromatic Colors of #7765cd

#7765cd

Complementary Color

#7765cd #bbcd65

#7765cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7765cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7765cd Color CSS Codes

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

#7765cd Text Font Color

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

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


#7765cd Background Color

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

This div background color is #7765cd


#7765cd Border Color

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

This div border color is #7765cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #7765cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7765cd


Comments

No comments written yet.

Please login to write comment.