Color Hex Logo

#763ebe Color Hex

#763EBE
(118,62,190)
0 Favorites   0 Comments

Color spaces of #763ebe

RGB 11862190
HSL0.740.510.49
HSV266°67°75°
CMYK 0.380.670.00   0.25
XYZ18.488111.014549.8668
Yxy11.01450.23290.1388
Hunter Lab33.188141.3578-65.8546
CIE-Lab39.604950.0279-58.2926

#763ebe color RGB value is (118,62,190).

#763ebe hex color red value is 118, green value is 62 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #763ebe hue: 0.74 , saturation: 0.51 and the lightness value of 763ebe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 10111110
Octal 166 76 276
Decimal 118 62 190
Hex 76 3E BE

RGB Percentages of Color #763ebe

%31.89
%16.76
%51.35

CMYK Percentages of Color #763ebe

%38
%67
%0
%25

Triadic Colors of #763ebe

#763ebe #be763e #3ebe76

Analogous Colors of #763ebe

#763ebe #b63ebe #3e46be

Monochromatic Colors of #763ebe

#763ebe

Complementary Color

#763ebe #86be3e

#763ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#763ebe Color CSS Codes

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

#763ebe Text Font Color

<p style="color:#763ebe">Text here</p>

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


#763ebe Background Color

<div style="background-color:#763ebe">
Div content here</div>

This div background color is #763ebe


#763ebe Border Color

<div style="border:3px solid #763ebe">
Div here</div>

This div border color is #763ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,62,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 #763ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763ebe


Comments

No comments written yet.

Please login to write comment.