Color Hex Logo

#740dce Color Hex

#740DCE
(116,13,206)
0 Favorites   0 Comments

Color spaces of #740dce

RGB 11613206
HSL0.760.880.43
HSV272°94°81°
CMYK 0.440.940.00   0.19
XYZ18.48708.457159.0505
Yxy8.45710.21500.0983
Hunter Lab29.081162.5815-100.0343
CIE-Lab34.917370.2273-75.3105

#740dce color RGB value is (116,13,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001101 11001110
Octal 164 15 316
Decimal 116 13 206
Hex 74 D CE

RGB Percentages of Color #740dce

%34.63
%3.88
%61.49

CMYK Percentages of Color #740dce

%44
%94
%0
%19

Triadic Colors of #740dce

#740dce #ce740d #0dce74

Analogous Colors of #740dce

#740dce #ce0dc8 #130dce

Monochromatic Colors of #740dce

#740dce

Complementary Color

#740dce #67ce0d

#740dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#740dce Color CSS Codes

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

#740dce Text Font Color

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

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


#740dce Background Color

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

This div background color is #740dce


#740dce Border Color

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

This div border color is #740dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740dce


Comments

No comments written yet.

Please login to write comment.