Color Hex Logo

#762beb Color Hex

#762BEB
(118,43,235)
0 Favorites   0 Comments

Color spaces of #762beb

RGB 11843235
HSL0.730.830.55
HSV263°82°92°
CMYK 0.500.820.00   0.08
XYZ23.330511.577579.6023
Yxy11.57750.20370.1011
Hunter Lab34.025762.8475-114.8894
CIE-Lab40.536669.3709-82.6942

#762beb color RGB value is (118,43,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101011 11101011
Octal 166 53 353
Decimal 118 43 235
Hex 76 2B EB

RGB Percentages of Color #762beb

%29.80
%10.86
%59.34

CMYK Percentages of Color #762beb

%50
%82
%0
%8

Triadic Colors of #762beb

#762beb #eb762b #2beb76

Analogous Colors of #762beb

#762beb #d62beb #2b40eb

Monochromatic Colors of #762beb

#762beb

Complementary Color

#762beb #a0eb2b

#762beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#762beb Color CSS Codes

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

#762beb Text Font Color

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

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


#762beb Background Color

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

This div background color is #762beb


#762beb Border Color

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

This div border color is #762beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762beb


Comments

No comments written yet.

Please login to write comment.