Color Hex Logo

#760dcc Color Hex

#760DCC
(118,13,204)
0 Favorites   0 Comments

Color spaces of #760dcc

RGB 11813204
HSL0.760.880.43
HSV273°94°80°
CMYK 0.420.940.00   0.20
XYZ18.51428.499057.7914
Yxy8.49900.21830.1002
Hunter Lab29.153062.3420-97.1261
CIE-Lab35.001270.0075-73.9982

#760dcc color RGB value is (118,13,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001101 11001100
Octal 166 15 314
Decimal 118 13 204
Hex 76 D CC

RGB Percentages of Color #760dcc

%35.22
%3.88
%60.90

CMYK Percentages of Color #760dcc

%42
%94
%0
%20

Triadic Colors of #760dcc

#760dcc #cc760d #0dcc76

Analogous Colors of #760dcc

#760dcc #cc0dc3 #160dcc

Monochromatic Colors of #760dcc

#760dcc

Complementary Color

#760dcc #63cc0d

#760dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#760dcc Color CSS Codes

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

#760dcc Text Font Color

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

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


#760dcc Background Color

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

This div background color is #760dcc


#760dcc Border Color

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

This div border color is #760dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760dcc


Comments

No comments written yet.

Please login to write comment.