Color Hex Logo

#7762bc Color Hex

#7762BC
(119,98,188)
0 Favorites   0 Comments

Color spaces of #7762bc

RGB 11998188
HSL0.710.400.56
HSV254°48°74°
CMYK 0.370.480.00   0.26
XYZ21.052516.288149.6113
Yxy16.28810.24210.1873
Hunter Lab40.358522.4848-44.6321
CIE-Lab47.350229.4617-44.6749

#7762bc color RGB value is (119,98,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100010 10111100
Octal 167 142 274
Decimal 119 98 188
Hex 77 62 BC

RGB Percentages of Color #7762bc

%29.38
%24.20
%46.42

CMYK Percentages of Color #7762bc

%37
%48
%0
%26

Triadic Colors of #7762bc

#7762bc #bc7762 #62bc77

Analogous Colors of #7762bc

#7762bc #a462bc #627abc

Monochromatic Colors of #7762bc

#7762bc

Complementary Color

#7762bc #a7bc62

#7762bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7762bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7762bc Color CSS Codes

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

#7762bc Text Font Color

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

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


#7762bc Background Color

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

This div background color is #7762bc


#7762bc Border Color

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

This div border color is #7762bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7762bc


Comments

No comments written yet.

Please login to write comment.