Color Hex Logo

#740cc8 Color Hex

#740CC8
(116,12,200)
0 Favorites   0 Comments

Color spaces of #740cc8

RGB 11612200
HSL0.760.890.42
HSV273°94°78°
CMYK 0.420.940.00   0.22
XYZ17.75938.146155.2799
Yxy8.14610.21880.1003
Hunter Lab28.541461.1207-94.8559
CIE-Lab34.285369.0992-72.8520

#740cc8 color RGB value is (116,12,200).

#740cc8 hex color red value is 116, green value is 12 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #740cc8 hue: 0.76 , saturation: 0.89 and the lightness value of 740cc8 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001100 11001000
Octal 164 14 310
Decimal 116 12 200
Hex 74 C C8

RGB Percentages of Color #740cc8

%35.37
%3.66
%60.98

CMYK Percentages of Color #740cc8

%42
%94
%0
%22

Triadic Colors of #740cc8

#740cc8 #c8740c #0cc874

Analogous Colors of #740cc8

#740cc8 #c80cbe #160cc8

Monochromatic Colors of #740cc8

#740cc8

Complementary Color

#740cc8 #60c80c

#740cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740cc8 Color CSS Codes

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

#740cc8 Text Font Color

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

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


#740cc8 Background Color

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

This div background color is #740cc8


#740cc8 Border Color

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

This div border color is #740cc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,12,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740cc8


Comments

No comments written yet.

Please login to write comment.