Color Hex Logo

#763ace Color Hex

#763ACE
(118,58,206)
0 Favorites   0 Comments

Color spaces of #763ace

RGB 11858206
HSL0.730.600.52
HSV264°72°81°
CMYK 0.430.720.00   0.19
XYZ20.124811.333959.5195
Yxy11.33390.22120.1246
Hunter Lab33.665947.7886-81.2556
CIE-Lab40.137256.0415-66.7412

#763ace color RGB value is (118,58,206).

#763ace hex color red value is 118, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #763ace hue: 0.73 , saturation: 0.60 and the lightness value of 763ace is 0.52.

The process color (four color CMYK) of #763ace color hex is 0.43, 0.72, 0.00, 0.19. Web safe color of #763ace is #6633cc. Color #763ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111010 11001110
Octal 166 72 316
Decimal 118 58 206
Hex 76 3A CE

RGB Percentages of Color #763ace

%30.89
%15.18
%53.93

CMYK Percentages of Color #763ace

%43
%72
%0
%19

Triadic Colors of #763ace

#763ace #ce763a #3ace76

Analogous Colors of #763ace

#763ace #c03ace #3a48ce

Monochromatic Colors of #763ace

#763ace

Complementary Color

#763ace #92ce3a

#763ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#763ace Color CSS Codes

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

#763ace Text Font Color

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

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


#763ace Background Color

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

This div background color is #763ace


#763ace Border Color

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

This div border color is #763ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763ace


Comments

No comments written yet.

Please login to write comment.