Color Hex Logo

#761ecd Color Hex

#761ECD
(118,30,205)
0 Favorites   0 Comments

Color spaces of #761ecd

RGB 11830205
HSL0.750.740.46
HSV270°85°80°
CMYK 0.420.850.00   0.20
XYZ18.95499.187958.5320
Yxy9.18790.21870.1060
Hunter Lab30.311558.5772-93.2717
CIE-Lab36.343666.5032-72.3726

#761ecd color RGB value is (118,30,205).

#761ecd hex color red value is 118, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #761ecd hue: 0.75 , saturation: 0.74 and the lightness value of 761ecd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011110 11001101
Octal 166 36 315
Decimal 118 30 205
Hex 76 1E CD

RGB Percentages of Color #761ecd

%33.43
%8.50
%58.07

CMYK Percentages of Color #761ecd

%42
%85
%0
%20

Triadic Colors of #761ecd

#761ecd #cd761e #1ecd76

Analogous Colors of #761ecd

#761ecd #cd1ecd #1e1ecd

Monochromatic Colors of #761ecd

#761ecd

Complementary Color

#761ecd #75cd1e

#761ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#761ecd Color CSS Codes

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

#761ecd Text Font Color

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

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


#761ecd Background Color

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

This div background color is #761ecd


#761ecd Border Color

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

This div border color is #761ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761ecd


Comments

No comments written yet.

Please login to write comment.