Color Hex Logo

#740cca Color Hex

#740CCA
(116,12,202)
0 Favorites   0 Comments

Color spaces of #740cca

RGB 11612202
HSL0.760.890.42
HSV273°94°79°
CMYK 0.430.940.00   0.21
XYZ17.99468.240256.5192
Yxy8.24020.21740.0996
Hunter Lab28.705761.6602-96.6430
CIE-Lab34.478269.5247-73.7029

#740cca color RGB value is (116,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001100 11001010
Octal 164 14 312
Decimal 116 12 202
Hex 74 C CA

RGB Percentages of Color #740cca

%35.15
%3.64
%61.21

CMYK Percentages of Color #740cca

%43
%94
%0
%21

Triadic Colors of #740cca

#740cca #ca740c #0cca74

Analogous Colors of #740cca

#740cca #ca0cc1 #150cca

Monochromatic Colors of #740cca

#740cca

Complementary Color

#740cca #62ca0c

#740cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#740cca Color CSS Codes

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

#740cca Text Font Color

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

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


#740cca Background Color

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

This div background color is #740cca


#740cca Border Color

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

This div border color is #740cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740cca


Comments

No comments written yet.

Please login to write comment.