Color Hex Logo

#7766ca Color Hex

#7766CA
(119,102,202)
0 Favorites   0 Comments

Color spaces of #7766ca

RGB 119102202
HSL0.700.490.60
HSV250°50°79°
CMYK 0.410.500.00   0.21
XYZ23.019817.688958.0781
Yxy17.68890.23300.1791
Hunter Lab42.058224.0970-52.4328
CIE-Lab49.116630.9922-49.9288

#7766ca color RGB value is (119,102,202).

#7766ca hex color red value is 119, green value is 102 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7766ca hue: 0.70 , saturation: 0.49 and the lightness value of 7766ca is 0.60.

The process color (four color CMYK) of #7766ca color hex is 0.41, 0.50, 0.00, 0.21. Web safe color of #7766ca is #6666cc. Color #7766ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100110 11001010
Octal 167 146 312
Decimal 119 102 202
Hex 77 66 CA

RGB Percentages of Color #7766ca

%28.13
%24.11
%47.75

CMYK Percentages of Color #7766ca

%41
%50
%0
%21

Triadic Colors of #7766ca

#7766ca #ca7766 #66ca77

Analogous Colors of #7766ca

#7766ca #a966ca #6687ca

Monochromatic Colors of #7766ca

#7766ca

Complementary Color

#7766ca #b9ca66

#7766ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7766ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7766ca Color CSS Codes

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

#7766ca Text Font Color

<p style="color:#7766ca">Text here</p>

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


#7766ca Background Color

<div style="background-color:#7766ca">
Div content here</div>

This div background color is #7766ca


#7766ca Border Color

<div style="border:3px solid #7766ca">
Div here</div>

This div border color is #7766ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,102,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7766ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7766ca;
  -webkit-box-shadow: 1px 1px 3px 2px #7766ca;
  box-shadow:         1px 1px 3px 2px #7766ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,102,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7766ca


Comments

No comments written yet.

Please login to write comment.