Color Hex Logo

#762bde Color Hex

#762BDE
(118,43,222)
0 Favorites   0 Comments

Color spaces of #762bde

RGB 11843222
HSL0.740.730.52
HSV265°81°87°
CMYK 0.470.810.00   0.13
XYZ21.519910.853270.0679
Yxy10.85320.21010.1059
Hunter Lab32.944258.9479-103.0410
CIE-Lab39.332166.2450-77.2696

#762bde color RGB value is (118,43,222).

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

The process color (four color CMYK) of #762bde color hex is 0.47, 0.81, 0.00, 0.13. Web safe color of #762bde is #6633cc. Color #762bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101011 11011110
Octal 166 53 336
Decimal 118 43 222
Hex 76 2B DE

RGB Percentages of Color #762bde

%30.81
%11.23
%57.96

CMYK Percentages of Color #762bde

%47
%81
%0
%13

Triadic Colors of #762bde

#762bde #de762b #2bde76

Analogous Colors of #762bde

#762bde #d02bde #2b3ade

Monochromatic Colors of #762bde

#762bde

Complementary Color

#762bde #93de2b

#762bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#762bde Color CSS Codes

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

#762bde Text Font Color

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

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


#762bde Background Color

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

This div background color is #762bde


#762bde Border Color

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

This div border color is #762bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762bde


Comments

No comments written yet.

Please login to write comment.