Color Hex Logo

#7763be Color Hex

#7763BE
(119,99,190)
0 Favorites   0 Comments

Color spaces of #7763be

RGB 11999190
HSL0.700.410.57
HSV253°48°75°
CMYK 0.370.480.00   0.25
XYZ21.363916.563350.7862
Yxy16.56330.24080.1867
Hunter Lab40.698022.4797-45.4981
CIE-Lab47.705029.4167-45.2686

#7763be color RGB value is (119,99,190).

#7763be hex color red value is 119, green value is 99 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7763be hue: 0.70 , saturation: 0.41 and the lightness value of 7763be is 0.57.

The process color (four color CMYK) of #7763be color hex is 0.37, 0.48, 0.00, 0.25. Web safe color of #7763be is #6666cc. Color #7763be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100011 10111110
Octal 167 143 276
Decimal 119 99 190
Hex 77 63 BE

RGB Percentages of Color #7763be

%29.17
%24.26
%46.57

CMYK Percentages of Color #7763be

%37
%48
%0
%25

Triadic Colors of #7763be

#7763be #be7763 #63be77

Analogous Colors of #7763be

#7763be #a563be #637dbe

Monochromatic Colors of #7763be

#7763be

Complementary Color

#7763be #aabe63

#7763be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7763be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7763be Color CSS Codes

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

#7763be Text Font Color

<p style="color:#7763be">Text here</p>

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


#7763be Background Color

<div style="background-color:#7763be">
Div content here</div>

This div background color is #7763be


#7763be Border Color

<div style="border:3px solid #7763be">
Div here</div>

This div border color is #7763be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,99,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7763be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7763be;
  -webkit-box-shadow: 1px 1px 3px 2px #7763be;
  box-shadow:         1px 1px 3px 2px #7763be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7763be


Comments

No comments written yet.

Please login to write comment.