Color Hex Logo

#7762be Color Hex

#7762BE
(119,98,190)
0 Favorites   0 Comments

Color spaces of #7762be

RGB 11998190
HSL0.700.410.56
HSV254°48°75°
CMYK 0.370.480.00   0.25
XYZ21.269716.375050.7549
Yxy16.37500.24060.1852
Hunter Lab40.466023.0074-46.0388
CIE-Lab47.462730.0138-45.6545

#7762be color RGB value is (119,98,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100010 10111110
Octal 167 142 276
Decimal 119 98 190
Hex 77 62 BE

RGB Percentages of Color #7762be

%29.24
%24.08
%46.68

CMYK Percentages of Color #7762be

%37
%48
%0
%25

Triadic Colors of #7762be

#7762be #be7762 #62be77

Analogous Colors of #7762be

#7762be #a562be #627bbe

Monochromatic Colors of #7762be

#7762be

Complementary Color

#7762be #a9be62

#7762be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7762be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7762be Color CSS Codes

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

#7762be Text Font Color

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

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


#7762be Background Color

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

This div background color is #7762be


#7762be Border Color

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

This div border color is #7762be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7762be


Comments

No comments written yet.

Please login to write comment.