Color Hex Logo

#762bec Color Hex

#762BEC
(118,43,236)
0 Favorites   0 Comments

Color spaces of #762bec

RGB 11843236
HSL0.730.840.55
HSV263°82°93°
CMYK 0.500.820.00   0.07
XYZ23.475411.635480.3655
Yxy11.63540.20330.1008
Hunter Lab34.110763.1521-115.8109
CIE-Lab40.630769.6121-83.1060

#762bec color RGB value is (118,43,236).

#762bec hex color red value is 118, green value is 43 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #762bec hue: 0.73 , saturation: 0.84 and the lightness value of 762bec is 0.55.

The process color (four color CMYK) of #762bec color hex is 0.50, 0.82, 0.00, 0.07. Web safe color of #762bec is #6633ff. Color #762bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101011 11101100
Octal 166 53 354
Decimal 118 43 236
Hex 76 2B EC

RGB Percentages of Color #762bec

%29.72
%10.83
%59.45

CMYK Percentages of Color #762bec

%50
%82
%0
%7

Triadic Colors of #762bec

#762bec #ec762b #2bec76

Analogous Colors of #762bec

#762bec #d72bec #2b40ec

Monochromatic Colors of #762bec

#762bec

Complementary Color

#762bec #a1ec2b

#762bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#762bec Color CSS Codes

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

#762bec Text Font Color

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

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


#762bec Background Color

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

This div background color is #762bec


#762bec Border Color

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

This div border color is #762bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762bec


Comments

No comments written yet.

Please login to write comment.