Color Hex Logo

#763ecd Color Hex

#763ECD
(118,62,205)
0 Favorites   0 Comments

Color spaces of #763ecd

RGB 11862205
HSL0.730.590.52
HSV263°70°80°
CMYK 0.420.700.00   0.20
XYZ20.213311.704658.9515
Yxy11.70460.22240.1288
Hunter Lab34.212045.5913-78.2156
CIE-Lab40.742753.8679-65.1755

#763ecd color RGB value is (118,62,205).

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

The process color (four color CMYK) of #763ecd color hex is 0.42, 0.70, 0.00, 0.20. Web safe color of #763ecd is #6633cc. Color #763ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111110 11001101
Octal 166 76 315
Decimal 118 62 205
Hex 76 3E CD

RGB Percentages of Color #763ecd

%30.65
%16.10
%53.25

CMYK Percentages of Color #763ecd

%42
%70
%0
%20

Triadic Colors of #763ecd

#763ecd #cd763e #3ecd76

Analogous Colors of #763ecd

#763ecd #be3ecd #3e4ecd

Monochromatic Colors of #763ecd

#763ecd

Complementary Color

#763ecd #95cd3e

#763ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#763ecd Color CSS Codes

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

#763ecd Text Font Color

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

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


#763ecd Background Color

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

This div background color is #763ecd


#763ecd Border Color

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

This div border color is #763ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763ecd


Comments

No comments written yet.

Please login to write comment.