Color Hex Logo

#760ecd Color Hex

#760ECD
(118,14,205)
0 Favorites   0 Comments

Color spaces of #760ecd

RGB 11814205
HSL0.760.870.43
HSV273°93°80°
CMYK 0.420.930.00   0.20
XYZ18.64778.573458.4296
Yxy8.57340.21770.1001
Hunter Lab29.280462.4401-97.8182
CIE-Lab35.149670.0629-74.3363

#760ecd color RGB value is (118,14,205).

#760ecd hex color red value is 118, green value is 14 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #760ecd hue: 0.76 , saturation: 0.87 and the lightness value of 760ecd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001110 11001101
Octal 166 16 315
Decimal 118 14 205
Hex 76 E CD

RGB Percentages of Color #760ecd

%35.01
%4.15
%60.83

CMYK Percentages of Color #760ecd

%42
%93
%0
%20

Triadic Colors of #760ecd

#760ecd #cd760e #0ecd76

Analogous Colors of #760ecd

#760ecd #cd0ec5 #160ecd

Monochromatic Colors of #760ecd

#760ecd

Complementary Color

#760ecd #65cd0e

#760ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#760ecd Color CSS Codes

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

#760ecd Text Font Color

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

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


#760ecd Background Color

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

This div background color is #760ecd


#760ecd Border Color

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

This div border color is #760ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760ecd


Comments

No comments written yet.

Please login to write comment.