Color Hex Logo

#762fcc Color Hex

#762FCC
(118,47,204)
0 Favorites   0 Comments

Color spaces of #762fcc

RGB 11847204
HSL0.740.630.49
HSV267°77°80°
CMYK 0.420.770.00   0.20
XYZ19.386810.244258.0823
Yxy10.24420.22100.1168
Hunter Lab32.006652.1083-85.1890
CIE-Lab38.277260.3708-68.6213

#762fcc color RGB value is (118,47,204).

#762fcc hex color red value is 118, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #762fcc hue: 0.74 , saturation: 0.63 and the lightness value of 762fcc is 0.49.

The process color (four color CMYK) of #762fcc color hex is 0.42, 0.77, 0.00, 0.20. Web safe color of #762fcc is #6633cc. Color #762fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101111 11001100
Octal 166 57 314
Decimal 118 47 204
Hex 76 2F CC

RGB Percentages of Color #762fcc

%31.98
%12.74
%55.28

CMYK Percentages of Color #762fcc

%42
%77
%0
%20

Triadic Colors of #762fcc

#762fcc #cc762f #2fcc76

Analogous Colors of #762fcc

#762fcc #c52fcc #2f36cc

Monochromatic Colors of #762fcc

#762fcc

Complementary Color

#762fcc #85cc2f

#762fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#762fcc Color CSS Codes

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

#762fcc Text Font Color

<p style="color:#762fcc">Text here</p>

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


#762fcc Background Color

<div style="background-color:#762fcc">
Div content here</div>

This div background color is #762fcc


#762fcc Border Color

<div style="border:3px solid #762fcc">
Div here</div>

This div border color is #762fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,47,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #762fcc;
  box-shadow:         1px 1px 3px 2px #762fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,47,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762fcc


Comments

No comments written yet.

Please login to write comment.