Color Hex Logo

#760dce Color Hex

#760DCE
(118,13,206)
0 Favorites   0 Comments

Color spaces of #760dce

RGB 11813206
HSL0.760.880.43
HSV273°94°81°
CMYK 0.430.940.00   0.19
XYZ18.75578.595659.0631
Yxy8.59560.21700.0995
Hunter Lab29.318362.8845-98.9199
CIE-Lab35.193770.4325-74.8455

#760dce color RGB value is (118,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001101 11001110
Octal 166 15 316
Decimal 118 13 206
Hex 76 D CE

RGB Percentages of Color #760dce

%35.01
%3.86
%61.13

CMYK Percentages of Color #760dce

%43
%94
%0
%19

Triadic Colors of #760dce

#760dce #ce760d #0dce76

Analogous Colors of #760dce

#760dce #ce0dc6 #160dce

Monochromatic Colors of #760dce

#760dce

Complementary Color

#760dce #65ce0d

#760dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#760dce Color CSS Codes

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

#760dce Text Font Color

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

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


#760dce Background Color

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

This div background color is #760dce


#760dce Border Color

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

This div border color is #760dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760dce


Comments

No comments written yet.

Please login to write comment.