Color Hex Logo

#762dbe Color Hex

#762DBE
(118,45,190)
0 Favorites   0 Comments

Color spaces of #762dbe

RGB 11845190
HSL0.750.620.46
HSV270°76°75°
CMYK 0.380.760.00   0.25
XYZ17.70399.446049.6054
Yxy9.44600.23070.1231
Hunter Lab30.734349.0362-74.1803
CIE-Lab36.829257.8367-62.8085

#762dbe color RGB value is (118,45,190).

#762dbe hex color red value is 118, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #762dbe hue: 0.75 , saturation: 0.62 and the lightness value of 762dbe is 0.46.

The process color (four color CMYK) of #762dbe color hex is 0.38, 0.76, 0.00, 0.25. Web safe color of #762dbe is #6633cc. Color #762dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101101 10111110
Octal 166 55 276
Decimal 118 45 190
Hex 76 2D BE

RGB Percentages of Color #762dbe

%33.43
%12.75
%53.82

CMYK Percentages of Color #762dbe

%38
%76
%0
%25

Triadic Colors of #762dbe

#762dbe #be762d #2dbe76

Analogous Colors of #762dbe

#762dbe #be2dbe #2d2dbe

Monochromatic Colors of #762dbe

#762dbe

Complementary Color

#762dbe #75be2d

#762dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#762dbe Color CSS Codes

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

#762dbe Text Font Color

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

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


#762dbe Background Color

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

This div background color is #762dbe


#762dbe Border Color

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

This div border color is #762dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762dbe


Comments

No comments written yet.

Please login to write comment.